From f790e97d6a21e41d449458f8ce26c0fc0f43c6c3 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Fri, 10 Jul 2026 12:59:15 +0200 Subject: [PATCH] Fix amalgamation/style check: indent comment per astyle Verified with the pinned astyle 3.4.13 (make install_astyle) locally; no further diff. Signed-off-by: Niels Lohmann --- tests/src/unit-regression2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/src/unit-regression2.cpp b/tests/src/unit-regression2.cpp index 519cab7e6..62ef843dd 100644 --- a/tests/src/unit-regression2.cpp +++ b/tests/src/unit-regression2.cpp @@ -798,8 +798,8 @@ TEST_CASE("regression tests 2") #ifdef JSON_HAS_CPP_20 #ifndef _LIBCPP_VERSION // see https://github.com/nlohmann/json/issues/4490 -// classic Intel ICC reports as includable but cannot actually compile -// std::span/std::as_bytes usage below + // classic Intel ICC reports as includable but cannot actually compile + // std::span/std::as_bytes usage below #if __has_include() && !defined(__ICC) && !defined(__INTEL_COMPILER) SECTION("issue #2546 - parsing containers of std::byte") {