From 6ab633cd99cb71399098058217029c37cba37fbc Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Mon, 3 Feb 2025 15:02:26 +0000 Subject: Trim whitespace at end of line **** mana/plus!120 --- src/unittests/doctest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unittests/doctest.h b/src/unittests/doctest.h index 3642c2768..c7a745bb0 100644 --- a/src/unittests/doctest.h +++ b/src/unittests/doctest.h @@ -1311,7 +1311,7 @@ namespace detail { // clang-format off template struct RelationalComparator { bool operator()(const DOCTEST_REF_WRAP(L), const DOCTEST_REF_WRAP(R) ) const { return false; } }; - + #define DOCTEST_BINARY_RELATIONAL_OP(n, op) \ template struct RelationalComparator { bool operator()(const DOCTEST_REF_WRAP(L) lhs, const DOCTEST_REF_WRAP(R) rhs) const { return op(lhs, rhs); } }; // clang-format on -- cgit v1.2.3-70-g09d2