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:
Xavier G 2016-05-13 03:31:23 +02:00
commit 09ca3ad48f
2 changed files with 33 additions and 33 deletions

View file

@ -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;
}