Skip to content

Commit 6a14010

Browse files
committed
tweak whitespace to satisfy cpplint
1 parent e719c8b commit 6a14010

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/big-int/allocainc.h

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Author: Daniel Kroening, [email protected]
1212
#define CPROVER_BIG_INT_ALLOCAINC_H
1313

1414
// clang-format off
15-
#if defined linux || defined __linux__ \
16-
|| defined __sun \
17-
|| defined UWIN \
18-
|| defined osf1 \
19-
|| defined __MACH__ \
20-
|| defined __CYGWIN__ \
21-
|| defined __EMSCRIPTEN__
15+
#if defined linux || defined __linux__ \
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)