Commit 60e26b70 by Eric Fiselier

fix missing newline and header guard name

parent 5cfd6bcc
#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
\ No newline at end of file
#endif // BENCHMARK_STRING_UTIL_H_
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