From 197c0ffca7c0252581cd73549102f00b834aa341 Mon Sep 17 00:00:00 2001 From: Pavel Novikov Date: Mon, 29 Sep 2025 21:41:56 +0300 Subject: [PATCH] clang format --- include/fast_float/float_common.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/include/fast_float/float_common.h b/include/fast_float/float_common.h index 62d199c..46d2f1e 100644 --- a/include/fast_float/float_common.h +++ b/include/fast_float/float_common.h @@ -198,12 +198,16 @@ 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