aboutsummaryrefslogtreecommitdiff
path: root/client/time.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-30 17:42:35 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-30 17:42:35 +0200
commit139651d45a72d57c5147e2854647d95cb87c9e4e (patch)
treed88e78dd9fbae16334b18fb9e6cb1e07b65f0cde /client/time.h
parent056c70e0861bd1b95007e08df86ac4c4d83f2165 (diff)
`make format`
Diffstat (limited to 'client/time.h')
-rw-r--r--client/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/time.h b/client/time.h
index 30c8124..a989c5c 100644
--- a/client/time.h
+++ b/client/time.h
@@ -4,7 +4,7 @@
#define W2_CLIENT_TIMER_COUNT (4)
extern unsigned long g_w2_client_timers[W2_CLIENT_TIMER_COUNT];
typedef enum {
- W2_TIMER_PING = 0,
+ W2_TIMER_PING = 0,
W2_TIMER_UPDATE = 1,
} w2_e_client_timers;