diff --git a/src/benchmark.cc b/src/benchmark.cc index be0a2375..c7d39696 100644 --- a/src/benchmark.cc +++ b/src/benchmark.cc @@ -617,7 +617,9 @@ void Initialize(int* argc, char** argv) { internal::LogLevel() = FLAGS_v; } -void Shutdown() { delete internal::global_context; } +void Shutdown() { + delete internal::global_context; +} bool ReportUnrecognizedArguments(int argc, char** argv) { for (int i = 1; i < argc; ++i) {