fix missing newline and header guard name
diff --git a/src/string_util.h b/src/string_util.h
index 56018d5..508acef 100644
--- a/src/string_util.h
+++ b/src/string_util.h
@@ -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 @@
 
 } // end namespace benchmark
 
-#endif // BENCHMARK_STRING_UTIL_H
\ No newline at end of file
+#endif // BENCHMARK_STRING_UTIL_H_