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(); return wins_full();
} }
gboolean ui_win_exists(int index) gboolean
ui_win_exists(int index)
{ {
ProfWin *window = wins_get_by_num(index); ProfWin *window = wins_get_by_num(index);
return (window != NULL); return (window != NULL);