mirror of
https://github.com/google/benchmark.git
synced 2025-03-06 15:20:10 +08:00
fix missing newline and header guard name
This commit is contained in:
parent
5cfd6bcc14
commit
60e26b7022
@ -1,5 +1,5 @@
|
||||
#ifndef BENCHMARK_STRING_UTIL_H
|
||||
#define BENCHMARK_STRING_UTIL_H
|
||||
#ifndef BENCHMARK_STRING_UTIL_H_
|
||||
#define BENCHMARK_STRING_UTIL_H_
|
||||
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
@ -45,4 +45,4 @@ inline std::string StrCat(Args&&... args)
|
||||
|
||||
} // end namespace benchmark
|
||||
|
||||
#endif // BENCHMARK_STRING_UTIL_H
|
||||
#endif // BENCHMARK_STRING_UTIL_H_
|
||||
|
Loading…
Reference in New Issue
Block a user