Skip to content

Commit 8646b4f

Browse files
committed
# lin
t unfck
1 parent 5324d7c commit 8646b4f

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
@@ -255,16 +255,12 @@ using parse_options = parse_options_t<char>;
255255

256256
#ifndef FASTFLOAT_ASSERT
257257
#define FASTFLOAT_ASSERT(x) \
258-
{ \
259-
((void)(x)); \
260-
}
258+
{ ((void)(x)); }
261259
#endif
262260

263261
#ifndef FASTFLOAT_DEBUG_ASSERT
264262
#define FASTFLOAT_DEBUG_ASSERT(x) \
265-
{ \
266-
((void)(x)); \
267-
}
263+
{ ((void)(x)); }
268264
#endif
269265

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

0 commit comments

Comments
 (0)