mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +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 */
|
||||
pos = strip_real_length(text, hilight_end,
|
||||
&color_pos, &color_len);
|
||||
if (color_pos > 0)
|
||||
if (color_pos > 0) {
|
||||
g_string_append_len(tmp, text + color_pos, color_len);
|
||||
else {
|
||||
} else {
|
||||
/* no colors in line, change back to default */
|
||||
g_string_append_c(tmp, 4);
|
||||
g_string_append_c(tmp, FORMAT_STYLE_DEFAULTS);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue