diff options
author | James Booth <boothj5@gmail.com> | 2013-08-26 17:50:26 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2013-08-26 17:50:26 +0100 |
commit | 48572bdbcf455233392c9bf8bab5518ac0c68c5f (patch) | |
tree | 779c4de8c130cea2f9bcf6634e739b942d22b097 /src | |
parent | bca379844de5b5d0cfdf2ba84fd23a4d542a0be0 (diff) | |
download | profani-tty-48572bdbcf455233392c9bf8bab5518ac0c68c5f.tar.gz |
Fixed indenting in ui/core.c
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/core.c | 3 |
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); |