diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-09 14:41:53 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-09 14:41:53 +0200 |
commit | 5fadc0cbb8577c61d66bd6f19ceaf0507c11e23b (patch) | |
tree | 684758441f5b431d0008253243034b6a4a29417c /include/timeout.h | |
parent | 249866e3d1e11dc72eaa1305f4bb479ded92ef38 (diff) |
initial clang-format
Diffstat (limited to 'include/timeout.h')
-rw-r--r-- | include/timeout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/timeout.h b/include/timeout.h index 1b45e9f..7b1d6b1 100644 --- a/include/timeout.h +++ b/include/timeout.h @@ -1,7 +1,7 @@ #ifndef TIMEOUT_H #define TIMEOUT_H -extern int timeoutread(int,int,char *,int); -extern int timeoutwrite(int,int,char *,int); +extern int timeoutread(int, int, char *, int); +extern int timeoutwrite(int, int, char *, int); #endif |