From 8646b4fd9729462dccbb6b21809af29a6b96910b Mon Sep 17 00:00:00 2001 From: IRainman Date: Mon, 6 Jul 2026 23:05:18 +0300 Subject: [PATCH] # lin t unfck --- include/fast_float/float_common.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/include/fast_float/float_common.h b/include/fast_float/float_common.h index 9f7ed07..56d79c0 100644 --- a/include/fast_float/float_common.h +++ b/include/fast_float/float_common.h @@ -255,16 +255,12 @@ using parse_options = parse_options_t; #ifndef FASTFLOAT_ASSERT #define FASTFLOAT_ASSERT(x) \ - { \ - ((void)(x)); \ - } + { ((void)(x)); } #endif #ifndef FASTFLOAT_DEBUG_ASSERT #define FASTFLOAT_DEBUG_ASSERT(x) \ - { \ - ((void)(x)); \ - } + { ((void)(x)); } #endif // rust style `try!()` macro, or `?` operator