diff options
author | Fedja Beader <fedja@protonmail.ch> | 2025-02-03 15:02:26 +0000 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-02-03 15:02:26 +0000 |
commit | 6ab633cd99cb71399098058217029c37cba37fbc (patch) | |
tree | 45010aec3411bcb46618023b1399ba66fcf23417 | |
parent | d264e94c698eb3621f185c9d849200950328d68d (diff) | |
download | manaplus-6ab633cd99cb71399098058217029c37cba37fbc.tar.gz manaplus-6ab633cd99cb71399098058217029c37cba37fbc.tar.bz2 manaplus-6ab633cd99cb71399098058217029c37cba37fbc.tar.xz manaplus-6ab633cd99cb71399098058217029c37cba37fbc.zip |
Trim whitespace at end of line
****
mana/plus!120
-rw-r--r-- | src/unittests/doctest.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <int, class L, class R> 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 <class L, class R> struct RelationalComparator<n, L, R> { bool operator()(const DOCTEST_REF_WRAP(L) lhs, const DOCTEST_REF_WRAP(R) rhs) const { return op(lhs, rhs); } }; // clang-format on |