mirror of
https://github.com/google/benchmark.git
synced 2024-12-27 13:00:36 +08:00
Fix typo
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
0e78ea109f
commit
58cecdf771
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user