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/getln.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/getln.h') 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 -- cgit v1.2.3