Move helper up and avoid trailing spaces.

This commit is contained in:
chriseth
2020-04-23 13:16:26 +02:00
parent 16ed53ddd0
commit 35eae96a7f
10 changed files with 15 additions and 44 deletions
+2
View File
@@ -93,6 +93,8 @@ protected:
++_it;
}
void printIndented(std::ostream& _stream, std::string const& _output, std::string const& _linePrefix = "") const;
TestCaseReader m_reader;
bool m_shouldRun = true;
};