aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2016-01-29 16:57:46 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-02-01 09:45:34 +0000
commit71b894b44c18ac4fd40f25516759e5a15b32cef4 (patch)
tree760ae5b8d3e276bbbcdf9a90e6b9b166cbb6e0e8 /src
parentfbd8333bbe73c03242d69815d6dceee333662f90 (diff)
Remove extra spaces
-- MOS_MIGRATED_REVID=113366155
Diffstat (limited to 'src')
-rw-r--r--src/main/cpp/blaze.cc18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/main/cpp/blaze.cc b/src/main/cpp/blaze.cc
index 4a4c19988e..673b1b9cb6 100644
--- a/src/main/cpp/blaze.cc
+++ b/src/main/cpp/blaze.cc
@@ -627,15 +627,15 @@ static int ConnectToServer(bool start) {
"Failed: fcntl to enable O_NONBLOCK on pipe");
}
// Give the server one minute to start up.
- for (int ii = 0; ii < 600; ++ii) { // 60s; enough time to connect
- // with debugger
- if (Connect(s, socket_file)) {
- if (ii) {
- fputc('\n', stderr);
- fflush(stderr);
- }
- GetServerPid(s, pid_file);
- return s;
+ for (int ii = 0; ii < 600; ++ii) {
+ // 60s; enough time to connect with debugger
+ if (Connect(s, socket_file)) {
+ if (ii) {
+ fputc('\n', stderr);
+ fflush(stderr);
+ }
+ GetServerPid(s, pid_file);
+ return s;
}
fputc('.', stderr);
fflush(stderr);