Fix brace formatting (Habits die hard!).

This commit is contained in:
Joao Paulo Magalhaes 2017-05-01 22:27:56 +01:00
parent 21600b966f
commit 3443ac2103
1 changed files with 1 additions and 2 deletions

View File

@ -199,8 +199,7 @@ void ResultsChecker::Add(const std::string& entry_pattern, ResultsCheckFn fn) {
}
// 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
{
auto start = std::ios::streampos(0);