diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-30 17:42:35 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-30 17:42:35 +0200 |
commit | 139651d45a72d57c5147e2854647d95cb87c9e4e (patch) | |
tree | d88e78dd9fbae16334b18fb9e6cb1e07b65f0cde /client/ui.c | |
parent | 056c70e0861bd1b95007e08df86ac4c4d83f2165 (diff) |
`make format`
Diffstat (limited to 'client/ui.c')
-rw-r--r-- | client/ui.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/ui.c b/client/ui.c index 999e4eb..ca96efb 100644 --- a/client/ui.c +++ b/client/ui.c @@ -7,12 +7,12 @@ #include "main.h" #include "strings.h" #include "term.h" -#include "ui.h" #include "time.h" +#include "ui.h" WINDOW *g_w2_ui_win; -unsigned int g_w2_ui_width = 0; -unsigned int g_w2_ui_height = 0; +unsigned int g_w2_ui_width = 0; +unsigned int g_w2_ui_height = 0; void (*g_w2_ui_current_tab)() = &w2_ui_dirc; void w2_ui_main() { |