commit | e29489b49e683c699f766fb6c76035e30d9dbb50 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Mon Aug 24 10:43:54 2020 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Mon Aug 24 14:22:39 2020 +0200 |
tree | 7b487513a755f3c767231b7a1db8051d5e081732 | |
parent | 44f3d2c3b5cbc7afa340c19747f04be79f6e8d6e [diff] [blame] |
uncrustify FEATURE set spacing options with minimal changes
diff --git a/compat/compat.h.in b/compat/compat.h.in index bc84305..8566ed0 100644 --- a/compat/compat.h.in +++ b/compat/compat.h.in
@@ -29,10 +29,10 @@ #ifndef __INT64_C # if __WORDSIZE == 64 -# define __INT64_C(c) c ## L +# define __INT64_C(c) c ## L # define __UINT64_C(c) c ## UL # else -# define __INT64_C(c) c ## LL +# define __INT64_C(c) c ## LL # define __UINT64_C(c) c ## ULL # endif #endif