aboutsummaryrefslogtreecommitdiffstats
path: root/include/pugl/attributes.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-07 15:41:18 -0500
committerDavid Robillard <d@drobilla.net>2025-02-07 15:41:18 -0500
commit2d5c5c205605c23dbfba71017730aa3d529cf6c6 (patch)
treefac1e05a2bb687c6bc6908bfe7e34c6b69770102 /include/pugl/attributes.h
parent7976df1832f8164e459902dc247a232f49b61064 (diff)
downloadpugl-2d5c5c205605c23dbfba71017730aa3d529cf6c6.tar.gz
pugl-2d5c5c205605c23dbfba71017730aa3d529cf6c6.tar.bz2
pugl-2d5c5c205605c23dbfba71017730aa3d529cf6c6.zip
Update clang-format configuration
Diffstat (limited to 'include/pugl/attributes.h')
-rw-r--r--include/pugl/attributes.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/pugl/attributes.h b/include/pugl/attributes.h
index 775a852..1e2264c 100644
--- a/include/pugl/attributes.h
+++ b/include/pugl/attributes.h
@@ -36,13 +36,9 @@
#endif
/// A const function in the public API that only reads parameters
-#define PUGL_CONST_API \
- PUGL_API \
- PUGL_CONST_FUNC
+#define PUGL_CONST_API PUGL_API PUGL_CONST_FUNC
/// A malloc function in the public API that returns allocated memory
-#define PUGL_MALLOC_API \
- PUGL_API \
- PUGL_MALLOC_FUNC
+#define PUGL_MALLOC_API PUGL_API PUGL_MALLOC_FUNC
#endif // PUGL_ATTRIBUTES_H