fix missing newline and header guard name

This commit is contained in:
Eric Fiselier 2015-03-09 16:18:10 -04:00
parent 5cfd6bcc14
commit 60e26b7022

View file

@ -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_