From 1c7c0bd747c839fb1e449e98cec942894821addf Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 29 May 2022 17:01:19 +0200 Subject: `make format` --- client/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/main.c') diff --git a/client/main.c b/client/main.c index 530af2a..8fe6d8e 100644 --- a/client/main.c +++ b/client/main.c @@ -1,7 +1,7 @@ -#include "setup.h" -#include "../shared/errcatch.h" #include "main.h" +#include "../shared/errcatch.h" #include "serial.h" +#include "setup.h" #include "ui.h" w2_s_client_state g_w2_state; -- cgit v1.2.3