mirror of https://github.com/google/benchmark.git
Fix brace formatting (Habits die hard!).
This commit is contained in:
parent
21600b966f
commit
3443ac2103
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue