summaryrefslogtreecommitdiff
path: root/include/fd.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/fd.h
parent249866e3d1e11dc72eaa1305f4bb479ded92ef38 (diff)
initial clang-format
Diffstat (limited to 'include/fd.h')
-rw-r--r--include/fd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fd.h b/include/fd.h
index 21047c9..d0c447c 100644
--- a/include/fd.h
+++ b/include/fd.h
@@ -1,8 +1,8 @@
#ifndef FD_H
#define FD_H
-extern int fd_copy(int,int);
-extern int fd_move(int,int);
+extern int fd_copy(int, int);
+extern int fd_move(int, int);
extern int fd_coe(int fd);
#endif