about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-08-26 17:50:26 +0100
committerJames Booth <boothj5@gmail.com>2013-08-26 17:50:26 +0100
commit48572bdbcf455233392c9bf8bab5518ac0c68c5f (patch)
tree779c4de8c130cea2f9bcf6634e739b942d22b097 /src/ui
parentbca379844de5b5d0cfdf2ba84fd23a4d542a0be0 (diff)
downloadprofani-tty-48572bdbcf455233392c9bf8bab5518ac0c68c5f.tar.gz
Fixed indenting in ui/core.c
Diffstat (limited to 'src/ui')
-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);