diff options
author | David Robillard <d@drobilla.net> | 2022-06-28 18:48:13 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-06-28 19:02:49 -0400 |
commit | 5d62313812b2fee9a4986e6b7ca1af40fb4f2fb6 (patch) | |
tree | c26b76c969946723bbdd4c693bce9a257c971bd5 /include/zix/attributes.h | |
parent | 24a2c931bc6b84c5fd132d8c892b46ff05a8b369 (diff) | |
download | zix-5d62313812b2fee9a4986e6b7ca1af40fb4f2fb6.tar.gz zix-5d62313812b2fee9a4986e6b7ca1af40fb4f2fb6.tar.bz2 zix-5d62313812b2fee9a4986e6b7ca1af40fb4f2fb6.zip |
Fix whitespace
Diffstat (limited to 'include/zix/attributes.h')
-rw-r--r-- | include/zix/attributes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zix/attributes.h b/include/zix/attributes.h index 3824ce6..602fac8 100644 --- a/include/zix/attributes.h +++ b/include/zix/attributes.h @@ -58,7 +58,7 @@ #elif defined(__GNUC__) # define ZIX_UNUSED(name) name##_unused __attribute__((__unused__)) #elif defined(_MSC_VER) -# define ZIX_UNUSED(name) __pragma(warning(suppress:4100)) name +# define ZIX_UNUSED(name) __pragma(warning(suppress : 4100)) name #else # define ZIX_UNUSED(name) name #endif |