summaryrefslogtreecommitdiff
path: root/include/seek.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/seek.h
parent249866e3d1e11dc72eaa1305f4bb479ded92ef38 (diff)
initial clang-format
Diffstat (limited to 'include/seek.h')
-rw-r--r--include/seek.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/seek.h b/include/seek.h
index 06aad97..a1d837b 100644
--- a/include/seek.h
+++ b/include/seek.h
@@ -5,11 +5,11 @@ typedef unsigned long seek_pos;
extern seek_pos seek_cur(int);
-extern int seek_set(int,seek_pos);
+extern int seek_set(int, seek_pos);
extern int seek_end(int);
-extern int seek_trunc(int,seek_pos);
+extern int seek_trunc(int, seek_pos);
-#define seek_begin(fd) (seek_set((fd),(seek_pos) 0))
+#define seek_begin(fd) (seek_set((fd), (seek_pos)0))
#endif