Browse Source

Add spaces

Jisi Liu 8 years ago
parent
commit
d2738c04f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/google/protobuf/testing/file.cc

+ 1 - 1
src/google/protobuf/testing/file.cc

@@ -121,7 +121,7 @@ void File::WriteStringToFileOrDie(const string& contents, const string& name) {
 
 bool File::CreateDir(const string& name, int mode) {
   if (!name.empty()) {
-    GOOGLE_CHECK_OK(name[name.size()-1] != '.');
+    GOOGLE_CHECK_OK(name[name.size() - 1] != '.');
   }
   return mkdir(name.c_str(), mode) == 0;
 }