Commit 60e26b70 by Eric Fiselier

fix missing newline and header guard name

parent 5cfd6bcc
#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) ...@@ -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_
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment