We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa53ac6 commit 3d30a78Copy full SHA for 3d30a78
1 file changed
Tests/Time/common_tests.cpp
@@ -39,15 +39,15 @@ std::string InfoWarning::func;
39
std::string InfoWarning::file;
40
41
namespace ST_LIB::TestInfoWarning {
42
- bool fail_on_error = false;
43
- int call_count = 0;
+bool fail_on_error = false;
+int call_count = 0;
44
45
- void reset() {
46
- fail_on_error = false;
47
- call_count = 0;
48
- }
+void reset() {
+ fail_on_error = false;
+ call_count = 0;
+}
49
50
- void set_fail_on_error(bool enabled) { fail_on_error = enabled; }
+void set_fail_on_error(bool enabled) { fail_on_error = enabled; }
51
};
52
53
void InfoWarning::SetMetaData(int line, const char* func, const char* file) {
0 commit comments