1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Fixed indenting in ui/core.c

This commit is contained in:
James Booth 2013-08-26 17:50:26 +01:00
parent bca379844d
commit 48572bdbcf

View File

@ -166,7 +166,8 @@ ui_windows_full(void)
return wins_full();
}
gboolean ui_win_exists(int index)
gboolean
ui_win_exists(int index)
{
ProfWin *window = wins_get_by_num(index);
return (window != NULL);