mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 23:58:25 +00:00
Remove trailing whitespace
This commit is contained in:
@@ -44,9 +44,9 @@ namespace Test
|
||||
class HtmlOutput : public CollectorOutput
|
||||
{
|
||||
public:
|
||||
void generate(std::ostream& os, bool incl_ok_tests = true,
|
||||
void generate(std::ostream& os, bool incl_ok_tests = true,
|
||||
const std::string& name = "");
|
||||
|
||||
|
||||
private:
|
||||
struct SuiteRow;
|
||||
struct TestRow;
|
||||
@@ -57,8 +57,8 @@ namespace Test
|
||||
|
||||
friend struct TestSuiteRow;
|
||||
};
|
||||
|
||||
} // namespace Test
|
||||
|
||||
#endif // #ifndef CPPTEST_HTMLOUTPUT_H
|
||||
|
||||
} // namespace Test
|
||||
|
||||
#endif // #ifndef CPPTEST_HTMLOUTPUT_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user