summaryrefslogtreecommitdiff
path: root/include/timeout.h
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-09 14:41:53 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-09 14:41:53 +0200
commit5fadc0cbb8577c61d66bd6f19ceaf0507c11e23b (patch)
tree684758441f5b431d0008253243034b6a4a29417c /include/timeout.h
parent249866e3d1e11dc72eaa1305f4bb479ded92ef38 (diff)
initial clang-format
Diffstat (limited to 'include/timeout.h')
-rw-r--r--include/timeout.h4
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