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/select.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/select.h') diff --git a/include/select.h b/include/select.h index 646dd50..7257ddd 100644 --- a/include/select.h +++ b/include/select.h @@ -1,11 +1,11 @@ #ifndef SELECT_H #define SELECT_H -#include #include +#include #ifdef HAS_SELECT_H -#include + #include #endif extern int select(); -- cgit v1.2.3