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/setup.h | |
parent | 59802547c336d61aa7e950414a3f44180e211974 (diff) |
`make format`
Diffstat (limited to 'client/setup.h')
-rw-r--r-- | client/setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/setup.h b/client/setup.h index 4b4a040..bcad11e 100644 --- a/client/setup.h +++ b/client/setup.h @@ -1,3 +1,3 @@ #pragma once -void w2_client_setup(int argc, char** argv); +void w2_client_setup(int argc, char **argv); |