Skip to content

Commit 566ed69

Browse files
committed
reformat
1 parent 80aa331 commit 566ed69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/ruckig/third_party/doctest/doctest.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ class ExceptionTranslator : public IExceptionTranslator //! OCLINT destructor o
14691469
res = m_translateFunction(ex); //! OCLINT parameter reassignment
14701470
return true;
14711471
} catch (...) {
1472-
} //! OCLINT - empty catch statement
1472+
} //! OCLINT - empty catch statement
14731473
#endif // DOCTEST_CONFIG_NO_EXCEPTIONS
14741474
static_cast<void>(res); // to silence -Wunused-parameter
14751475
return false;
@@ -6459,7 +6459,7 @@ int Context::run() {
64596459
#ifndef DOCTEST_CONFIG_NO_EXCEPTIONS
64606460
try {
64616461
#endif // DOCTEST_CONFIG_NO_EXCEPTIONS
6462-
// MSVC 2015 diagnoses fatalConditionHandler as unused (because reset() is a static method)
6462+
// MSVC 2015 diagnoses fatalConditionHandler as unused (because reset() is a static method)
64636463
DOCTEST_MSVC_SUPPRESS_WARNING_WITH_PUSH(4101) // unreferenced local variable
64646464
FatalConditionHandler fatalConditionHandler; // Handle signals
64656465
// execute the test

0 commit comments

Comments
 (0)