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/alloc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/alloc.h') diff --git a/include/alloc.h b/include/alloc.h index 56a4a52..4fec2c2 100644 --- a/include/alloc.h +++ b/include/alloc.h @@ -1,12 +1,12 @@ #ifndef ALLOC_H #define ALLOC_H -extern /*@null@*//*@out@*/char *alloc(); +extern /*@null@*/ /*@out@*/ char *alloc(); extern void alloc_free(); extern int alloc_re(); /* use these names in the future */ -#define qfree alloc_free +#define qfree alloc_free #define qrealloc alloc_re #endif -- cgit v1.2.3