diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-29 17:01:19 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-29 17:01:19 +0200 |
commit | 1c7c0bd747c839fb1e449e98cec942894821addf (patch) | |
tree | 01ac940d42dcfc767afa191efd7ecbd0ab73dcc5 /client/time.h | |
parent | 59802547c336d61aa7e950414a3f44180e211974 (diff) |
`make format`
Diffstat (limited to 'client/time.h')
-rw-r--r-- | client/time.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/time.h b/client/time.h index 75b1f70..253451d 100644 --- a/client/time.h +++ b/client/time.h @@ -3,9 +3,7 @@ /** amount of parallel timers */ #define W2_CLIENT_TIMER_COUNT (4) extern unsigned long g_w2_client_timers[W2_CLIENT_TIMER_COUNT]; -typedef enum { - W2_TIMER_PING = 0 -} w2_e_client_timers; +typedef enum { W2_TIMER_PING = 0 } w2_e_client_timers; void w2_timer_start(w2_e_client_timers label); unsigned long w2_timer_end(w2_e_client_timers label); |