summaryrefslogtreecommitdiff
path: root/client/commands.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-29 17:01:19 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-29 17:01:19 +0200
commit1c7c0bd747c839fb1e449e98cec942894821addf (patch)
tree01ac940d42dcfc767afa191efd7ecbd0ab73dcc5 /client/commands.h
parent59802547c336d61aa7e950414a3f44180e211974 (diff)
`make format`
Diffstat (limited to 'client/commands.h')
-rw-r--r--client/commands.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/client/commands.h b/client/commands.h
index aa4b964..949360e 100644
--- a/client/commands.h
+++ b/client/commands.h
@@ -1,8 +1,7 @@
#pragma once
-#include "serial.h"
#include "../shared/bin.h"
+#include "serial.h"
-w2_s_bin* w2_send_info();
-w2_s_bin* w2_send_ping();
-
+w2_s_bin *w2_send_info();
+w2_s_bin *w2_send_ping();