diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-09 14:41:53 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-09 14:41:53 +0200 |
commit | 5fadc0cbb8577c61d66bd6f19ceaf0507c11e23b (patch) | |
tree | 684758441f5b431d0008253243034b6a4a29417c /include/getln.h | |
parent | 249866e3d1e11dc72eaa1305f4bb479ded92ef38 (diff) |
initial clang-format
Diffstat (limited to 'include/getln.h')
-rw-r--r-- | include/getln.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/getln.h b/include/getln.h index 23eb58b..60b5dcc 100644 --- a/include/getln.h +++ b/include/getln.h @@ -4,7 +4,7 @@ #include "buffer.h" #include "stralloc.h" -extern int getln(buffer *,stralloc *,int *,int); -extern int sgetln(buffer *,stralloc *,char **,unsigned int *,int); +extern int getln(buffer *, stralloc *, int *, int); +extern int sgetln(buffer *, stralloc *, char **, unsigned int *, int); #endif |