From 20559cbe5c1d2e7135227dff263149604ed68966 Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Fri, 29 Sep 2023 07:44:52 -0700 Subject: [PATCH] Remove extraneous whitespace introduced by a clang-format bug --- test/helpers/test.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpers/test.hpp b/test/helpers/test.hpp index f8aceafd..2aa94948 100644 --- a/test/helpers/test.hpp +++ b/test/helpers/test.hpp @@ -188,7 +188,7 @@ namespace test { #define UNORDERED_MULTI_TEST_OP2(name, n, params) \ { \ UNORDERED_SUB_TEST(BOOST_PP_STRINGIZE( \ - BOOST_PP_SEQ_FOLD_LEFT(UNORDERED_TEST_OP_JOIN, name, params))) \ + BOOST_PP_SEQ_FOLD_LEFT(UNORDERED_TEST_OP_JOIN, name, params))) \ { \ for (int i = 0; i < n; ++i) \ name BOOST_PP_SEQ_TO_TUPLE(params); \