We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f3fc4 commit 55d6a3bCopy full SHA for 55d6a3b
src/debug_utils.h
@@ -12,7 +12,7 @@
12
// performance for the common case (no debugging used).
13
#ifdef __GNUC__
14
#define FORCE_INLINE __attribute__((always_inline))
15
-#define COLD_NOINLINE __attribute__((cold,noinline))
+#define COLD_NOINLINE __attribute__((cold, noinline))
16
#else
17
#define FORCE_INLINE
18
#define COLD_NOINLINE
0 commit comments