Commit 371c7127 authored by Mihai Moldovan's avatar Mihai Moldovan

nxcomp/src/Loop.cpp: whitespace fixes only.

parent b5c71469
...@@ -1153,7 +1153,7 @@ int NXTransProxy(int fd, int mode, const char* options) ...@@ -1153,7 +1153,7 @@ int NXTransProxy(int fd, int mode, const char* options)
*logofs << "NXTransProxy: Out of the long jump with pid '" *logofs << "NXTransProxy: Out of the long jump with pid '"
<< lastProxy << "'.\n" << logofs_flush; << lastProxy << "'.\n" << logofs_flush;
#endif #endif
return -1; return -1;
} }
...@@ -5124,7 +5124,7 @@ void CleanupChildren() ...@@ -5124,7 +5124,7 @@ void CleanupChildren()
#endif #endif
KillProcess(control -> KillDaemonOnShutdown[i], "daemon", SIGTERM, 0); KillProcess(control -> KillDaemonOnShutdown[i], "daemon", SIGTERM, 0);
} }
} }
void CleanupGlobal() void CleanupGlobal()
...@@ -8315,7 +8315,7 @@ int ParseEnvironmentOptions(const char *env, int force) ...@@ -8315,7 +8315,7 @@ int ParseEnvironmentOptions(const char *env, int force)
<< "the environment options.\n" << "the environment options.\n"
<< logofs_flush; << logofs_flush;
#endif #endif
return -1; return -1;
} }
...@@ -9209,7 +9209,7 @@ int ParseCommandLineOptions(int argc, const char **argv) ...@@ -9209,7 +9209,7 @@ int ParseCommandLineOptions(int argc, const char **argv)
<< "the command line options.\n" << "the command line options.\n"
<< logofs_flush; << logofs_flush;
#endif #endif
return -1; return -1;
} }
...@@ -10754,7 +10754,7 @@ char *GetRootPath() ...@@ -10754,7 +10754,7 @@ char *GetRootPath()
strcpy(rootDir, rootEnv); strcpy(rootDir, rootEnv);
} }
#ifdef TEST #ifdef TEST
*logofs << "Loop: Assuming NX root directory '" *logofs << "Loop: Assuming NX root directory '"
<< rootDir << "'.\n" << logofs_flush; << rootDir << "'.\n" << logofs_flush;
...@@ -14587,7 +14587,7 @@ static void handleCheckSessionInLoop() ...@@ -14587,7 +14587,7 @@ static void handleCheckSessionInLoop()
*logofs << "Loop: Shutting down the NX transport.\n" *logofs << "Loop: Shutting down the NX transport.\n"
<< logofs_flush; << logofs_flush;
#endif #endif
HandleCleanup(); HandleCleanup();
} }
else if (proxy -> handlePing() < 0) else if (proxy -> handlePing() < 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment