Skip to content

Commit 55d6a3b

Browse files
committed
[squash] fix linter error
1 parent d0f3fc4 commit 55d6a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debug_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// performance for the common case (no debugging used).
1313
#ifdef __GNUC__
1414
#define FORCE_INLINE __attribute__((always_inline))
15-
#define COLD_NOINLINE __attribute__((cold,noinline))
15+
#define COLD_NOINLINE __attribute__((cold, noinline))
1616
#else
1717
#define FORCE_INLINE
1818
#define COLD_NOINLINE

0 commit comments

Comments
 (0)