summaryrefslogtreecommitdiff
path: root/include/alloc.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/alloc.h
parent249866e3d1e11dc72eaa1305f4bb479ded92ef38 (diff)
initial clang-format
Diffstat (limited to 'include/alloc.h')
-rw-r--r--include/alloc.h4
1 files changed, 2 insertions, 2 deletions
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