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:
parent
bca379844d
commit
48572bdbcf
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user