From 5fadc0cbb8577c61d66bd6f19ceaf0507c11e23b Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Tue, 9 Jul 2024 14:41:53 +0200 Subject: initial clang-format --- include/timeout.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/timeout.h') 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 -- cgit v1.2.3