Skip to content

Commit 587d890

Browse files
committed
Reformat
1 parent 456e4c5 commit 587d890

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

include/fast_float/float_common.h

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

210210
#ifndef FASTFLOAT_ASSERT
211211
#define FASTFLOAT_ASSERT(x) \
212-
{ \
213-
((void)(x)); \
214-
}
212+
{ ((void)(x)); }
215213
#endif
216214

217215
#ifndef FASTFLOAT_DEBUG_ASSERT
218216
#define FASTFLOAT_DEBUG_ASSERT(x) \
219-
{ \
220-
((void)(x)); \
221-
}
217+
{ ((void)(x)); }
222218
#endif
223219

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

0 commit comments

Comments
 (0)