aboutsummaryrefslogtreecommitdiff
path: root/nxcomp
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2017-12-25 02:18:46 +0100
committerMihai Moldovan <ionic@ionic.de>2017-12-25 04:00:36 +0100
commitfe447bb6d26dceff743797548d24e3b854e3a104 (patch)
treeb405d5d323b9b76149cfd6236bb2e4e9636746a8 /nxcomp
parentdccf5901ec1bbdcd5523169ca20751d9b7569e7d (diff)
downloadnx-libs-fe447bb6d26dceff743797548d24e3b854e3a104.tar.gz
nx-libs-fe447bb6d26dceff743797548d24e3b854e3a104.tar.bz2
nx-libs-fe447bb6d26dceff743797548d24e3b854e3a104.zip
nxcomp/src/Loop.cpp: whitespace only.
Diffstat (limited to 'nxcomp')
-rw-r--r--nxcomp/src/Loop.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/nxcomp/src/Loop.cpp b/nxcomp/src/Loop.cpp
index d05c22941..b88615467 100644
--- a/nxcomp/src/Loop.cpp
+++ b/nxcomp/src/Loop.cpp
@@ -6262,7 +6262,7 @@ int WaitForRemote(ChannelEndPoint &socketAddress)
continue;
}
-
+
nxfatal << "Loop: PANIC! Call to select failed. Error is "
<< EGET() << " '" << ESTR() << "'.\n"
<< std::flush;
@@ -6340,7 +6340,7 @@ int WaitForRemote(ChannelEndPoint &socketAddress)
cerr << "Warning" << ": Refusing connection from '"
<< connectedHost << "'.\n";
- }
+ }
//
// Not the best way to elude a DOS attack...
@@ -10860,7 +10860,7 @@ int SetLogs()
S_IWGRP | S_IROTH | S_IWOTH);
#endif
-
+
if (OpenLogFile(errorsFileName, logofs) < 0)
{
HandleCleanup();