From 2d5c5c205605c23dbfba71017730aa3d529cf6c6 Mon Sep 17 00:00:00 2001 From: David Robillard <d@drobilla.net> Date: Fri, 7 Feb 2025 15:41:18 -0500 Subject: Update clang-format configuration --- include/pugl/attributes.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'include/pugl/attributes.h') 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 -- cgit v1.2.1