mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
Fix some space indentation
This commit is contained in:
parent
4eff3f154d
commit
08b4d6c031
1 changed files with 13 additions and 13 deletions
|
|
@ -388,9 +388,9 @@ static void sig_print_text(TEXT_DEST_REC *dest, const char *text,
|
||||||
/* end of the line */
|
/* end of the line */
|
||||||
pos = strip_real_length(text, hilight_end,
|
pos = strip_real_length(text, hilight_end,
|
||||||
&color_pos, &color_len);
|
&color_pos, &color_len);
|
||||||
if (color_pos > 0)
|
if (color_pos > 0) {
|
||||||
g_string_append_len(tmp, text + color_pos, color_len);
|
g_string_append_len(tmp, text + color_pos, color_len);
|
||||||
else {
|
} else {
|
||||||
/* no colors in line, change back to default */
|
/* no colors in line, change back to default */
|
||||||
g_string_append_c(tmp, 4);
|
g_string_append_c(tmp, 4);
|
||||||
g_string_append_c(tmp, FORMAT_STYLE_DEFAULTS);
|
g_string_append_c(tmp, FORMAT_STYLE_DEFAULTS);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue