Skip to content

Commit 991ccdc

Browse files
committed
formatting
1 parent b060080 commit 991ccdc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/cc-compat.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
#endif
4545

4646
#if defined(__GNUC__)
47-
# define GIT_UNUSED(x) \
48-
do { \
49-
typeof(x) _unused __attribute__((unused)); \
50-
_unused = (x); \
47+
# define GIT_UNUSED(x) \
48+
do { \
49+
typeof(x) _unused __attribute__((unused)); \
50+
_unused = (x); \
5151
} while (0)
5252
#else
5353
# define GIT_UNUSED(x) ((void)(x))

0 commit comments

Comments
 (0)