Commit 3443ac21 by Joao Paulo Magalhaes

Fix brace formatting (Habits die hard!).

parent 21600b96
...@@ -199,8 +199,7 @@ void ResultsChecker::Add(const std::string& entry_pattern, ResultsCheckFn fn) { ...@@ -199,8 +199,7 @@ void ResultsChecker::Add(const std::string& entry_pattern, ResultsCheckFn fn) {
} }
// check the results of all subscribed benchmarks // check the results of all subscribed benchmarks
void ResultsChecker::CheckResults(std::stringstream& output) void ResultsChecker::CheckResults(std::stringstream& output) {
{
// first reset the stream to the start // first reset the stream to the start
{ {
auto start = std::ios::streampos(0); auto start = std::ios::streampos(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment