mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 16:26:21 +00:00
Fixed indenting in ui/core.c
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user