aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2017-09-29 20:55:36 +0200
committerMihai Moldovan <ionic@ionic.de>2017-09-29 21:07:53 +0200
commit371c7127680d69ed2ad5376a53bbb77ca2ea49cd (patch)
treedbb9d49b1d755caca4bd1b0f28f02e7ed2416445
parentb5c714690e9c13c85bdd9b2f4b21dd8f86164e4e (diff)
downloadnx-libs-371c7127680d69ed2ad5376a53bbb77ca2ea49cd.tar.gz
nx-libs-371c7127680d69ed2ad5376a53bbb77ca2ea49cd.tar.bz2
nx-libs-371c7127680d69ed2ad5376a53bbb77ca2ea49cd.zip
nxcomp/src/Loop.cpp: whitespace fixes only.
-rw-r--r--nxcomp/src/Loop.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/nxcomp/src/Loop.cpp b/nxcomp/src/Loop.cpp
index f3670db81..9db757bba 100644
--- a/nxcomp/src/Loop.cpp
+++ b/nxcomp/src/Loop.cpp
@@ -1153,7 +1153,7 @@ int NXTransProxy(int fd, int mode, const char* options)
*logofs << "NXTransProxy: Out of the long jump with pid '"
<< lastProxy << "'.\n" << logofs_flush;
#endif
-
+
return -1;
}
@@ -5124,7 +5124,7 @@ void CleanupChildren()
#endif
KillProcess(control -> KillDaemonOnShutdown[i], "daemon", SIGTERM, 0);
- }
+ }
}
void CleanupGlobal()
@@ -8315,7 +8315,7 @@ int ParseEnvironmentOptions(const char *env, int force)
<< "the environment options.\n"
<< logofs_flush;
#endif
-
+
return -1;
}
@@ -9209,7 +9209,7 @@ int ParseCommandLineOptions(int argc, const char **argv)
<< "the command line options.\n"
<< logofs_flush;
#endif
-
+
return -1;
}
@@ -10754,7 +10754,7 @@ char *GetRootPath()
strcpy(rootDir, rootEnv);
}
-
+
#ifdef TEST
*logofs << "Loop: Assuming NX root directory '"
<< rootDir << "'.\n" << logofs_flush;
@@ -14587,7 +14587,7 @@ static void handleCheckSessionInLoop()
*logofs << "Loop: Shutting down the NX transport.\n"
<< logofs_flush;
#endif
-
+
HandleCleanup();
}
else if (proxy -> handlePing() < 0)