aboutsummaryrefslogtreecommitdiff
path: root/client/ui_modes.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-06-07 22:23:40 +0200
committerlonkaars <loek@pipeframe.xyz>2022-06-07 22:23:40 +0200
commitc88c7c7c6e6c687c3d8170cb07a467aa3c4d7f48 (patch)
treee44072afb5a63158df60ff139958364096c09618 /client/ui_modes.c
parent377a6b80fb766995566bd77047eef08e0a4b5aae (diff)
`make format`
Diffstat (limited to 'client/ui_modes.c')
-rw-r--r--client/ui_modes.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/client/ui_modes.c b/client/ui_modes.c
index 829f807..3048ba9 100644
--- a/client/ui_modes.c
+++ b/client/ui_modes.c
@@ -1,6 +1,6 @@
#include "commands.h"
-#include "ui.h"
#include "i18n.h"
+#include "ui.h"
void w2_ui_onkey_modes(int ch) {
if (ch == '1') w2_send_mode(W2_M_MAZE);
@@ -13,7 +13,4 @@ void w2_ui_onkey_modes(int ch) {
if (ch == '0') w2_send_mode(W2_M_PREV);
}
-void w2_ui_tab_modes(bool first) {
- w2_wmvaddstr(g_w2_ui_pad_body, 0, 0, W2_UI_MODES_INFO);
-}
-
+void w2_ui_tab_modes(bool first) { w2_wmvaddstr(g_w2_ui_pad_body, 0, 0, W2_UI_MODES_INFO); }