about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 0f928204..1e13de68 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -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);