mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
Fix indentation of display_sorted_nicks().
This was done assuming an "indent with tab, align with spaces" approach. get_alignment also benefited from a minor indentation fix.
This commit is contained in:
parent
719efc44a3
commit
09ca3ad48f
2 changed files with 33 additions and 33 deletions
|
|
@ -340,7 +340,7 @@ static char *get_alignment(const char *text, int align, int flags, char pad)
|
|||
}
|
||||
|
||||
ret = str->str;
|
||||
g_string_free(str, FALSE);
|
||||
g_string_free(str, FALSE);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue