From 371c7127680d69ed2ad5376a53bbb77ca2ea49cd Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Fri, 29 Sep 2017 20:55:36 +0200 Subject: nxcomp/src/Loop.cpp: whitespace fixes only. --- nxcomp/src/Loop.cpp | 12 ++++++------ 1 file 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) -- cgit v1.2.3