Skip to content

Commit 197c0ff

Browse files
committed
clang format
1 parent e9438e6 commit 197c0ff

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

include/fast_float/float_common.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,16 @@ using parse_options = parse_options_t<char>;
198198

199199
#ifndef FASTFLOAT_ASSERT
200200
#define FASTFLOAT_ASSERT(x) \
201-
{ ((void)(x)); }
201+
{ \
202+
((void)(x)); \
203+
}
202204
#endif
203205

204206
#ifndef FASTFLOAT_DEBUG_ASSERT
205207
#define FASTFLOAT_DEBUG_ASSERT(x) \
206-
{ ((void)(x)); }
208+
{ \
209+
((void)(x)); \
210+
}
207211
#endif
208212

209213
// rust style `try!()` macro, or `?` operator

0 commit comments

Comments
 (0)