aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2017-09-27 10:56:19 -0700
committerJisi Liu <jisi.liu@gmail.com>2017-09-27 10:56:19 -0700
commitd2738c04f5406ad99907727aad631787c703da69 (patch)
tree25e30087b8def1b7e51cfe8b0980ad0eec3fe1a2 /src
parent5a501c64c7b448a025d3107379e8d1cf2287d18e (diff)
downloadprotobuf-d2738c04f5406ad99907727aad631787c703da69.tar.gz
protobuf-d2738c04f5406ad99907727aad631787c703da69.tar.bz2
protobuf-d2738c04f5406ad99907727aad631787c703da69.zip
Add spaces
Diffstat (limited to 'src')
-rw-r--r--src/google/protobuf/testing/file.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/testing/file.cc b/src/google/protobuf/testing/file.cc
index b9cfe8be..f68aba9a 100644
--- a/src/google/protobuf/testing/file.cc
+++ b/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;
}