From 1b1476bde56ac79d29f189bb476e83579e8b6762 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Mon, 8 Jun 2026 11:20:43 +0100 Subject: [PATCH] clang-format updates # Conflicts: # test/test_to_string.cpp --- include/etl/private/to_string_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/etl/private/to_string_helper.h b/include/etl/private/to_string_helper.h index e8b05c36..a8969eae 100644 --- a/include/etl/private/to_string_helper.h +++ b/include/etl/private/to_string_helper.h @@ -306,7 +306,7 @@ namespace etl typedef typename TIString::value_type type; const uint32_t requested_precision = format.get_precision(); - const uint32_t precision = (requested_precision > max_precision) ? max_precision : requested_precision; + const uint32_t precision = (requested_precision > max_precision) ? max_precision : requested_precision; etl::basic_format_spec mantissa_integral_format = format; mantissa_integral_format.decimal().width(0U).precision(0U);