Skip to content

Commit 0fcd030

Browse files
committed
tweak whitespace to satisfy cpplint
1 parent e719c8b commit 0fcd030

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/big-int/allocainc.h

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Author: Daniel Kroening, [email protected]
1313

1414
// clang-format off
1515
#if defined linux || defined __linux__ \
16-
|| defined __sun \
17-
|| defined UWIN \
18-
|| defined osf1 \
19-
|| defined __MACH__ \
20-
|| defined __CYGWIN__ \
21-
|| defined __EMSCRIPTEN__
16+
|| defined __sun \
17+
|| defined UWIN \
18+
|| defined osf1 \
19+
|| defined __MACH__ \
20+
|| defined __CYGWIN__ \
21+
|| defined __EMSCRIPTEN__
2222
// clang-format on
2323

2424
# include <alloca.h>

0 commit comments

Comments
 (0)