mirror of
https://github.com/google/benchmark.git
synced 2024-11-26 16:31:54 +00: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
|
#ifndef BENCHMARK_STRING_UTIL_H_
|
||||||
#define BENCHMARK_STRING_UTIL_H
|
#define BENCHMARK_STRING_UTIL_H_
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
@ -45,4 +45,4 @@ inline std::string StrCat(Args&&... args)
|
||||||
|
|
||||||
} // end namespace benchmark
|
} // end namespace benchmark
|
||||||
|
|
||||||
#endif // BENCHMARK_STRING_UTIL_H
|
#endif // BENCHMARK_STRING_UTIL_H_
|
||||||
|
|
Loading…
Reference in a new issue