Tidy up whitespace

This commit is contained in:
Vinnie Falco
2016-08-29 10:43:56 -04:00
parent 5f8f6c0b75
commit 4bb0b9d0d9
11 changed files with 168 additions and 171 deletions

View File

@@ -18,6 +18,7 @@ namespace beast {
namespace unit_test { namespace unit_test {
/** Unit test runner interface. /** Unit test runner interface.
Derived classes can customize the reporting behavior. This interface is Derived classes can customize the reporting behavior. This interface is
injected into the unit_test class to receive the results of the tests. injected into the unit_test class to receive the results of the tests.
*/ */
@@ -102,10 +103,6 @@ public:
run_each_if(SequenceContainer const& c, Pred pred = Pred{}); run_each_if(SequenceContainer const& c, Pred pred = Pred{});
protected: protected:
//
// Overrides
//
/// Called when a new suite starts. /// Called when a new suite starts.
virtual virtual
void void