diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-12-25 17:39:40 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-12-25 17:39:40 +0100 |
commit | 57845ced52f6a6e0fb97278bd9e9541fdce487c2 (patch) | |
tree | 0aaa3c30c9b61c2a15d0a675bf7e4846d6403d4b /nxcomp/src/Loop.cpp | |
parent | 970704ca404b8f47f929154cf4eade1019ff8ebb (diff) | |
download | nx-libs-57845ced52f6a6e0fb97278bd9e9541fdce487c2.tar.gz nx-libs-57845ced52f6a6e0fb97278bd9e9541fdce487c2.tar.bz2 nx-libs-57845ced52f6a6e0fb97278bd9e9541fdce487c2.zip |
nxcomp/src/Loop.cpp: whitespace in log messages only.
Diffstat (limited to 'nxcomp/src/Loop.cpp')
-rw-r--r-- | nxcomp/src/Loop.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nxcomp/src/Loop.cpp b/nxcomp/src/Loop.cpp index cfa175bd3..d458d65a3 100644 --- a/nxcomp/src/Loop.cpp +++ b/nxcomp/src/Loop.cpp @@ -14046,7 +14046,7 @@ static void handleCheckSelectInLoop(int &setFDs, fd_set &readSet, } else { - nxinfo_append << "[none].\n" << std::flush; + nxinfo_append << " [none].\n" << std::flush; } i = 0; @@ -14069,7 +14069,7 @@ static void handleCheckSelectInLoop(int &setFDs, fd_set &readSet, } else { - nxinfo_append << "[none].\n" << std::flush; + nxinfo_append << " [none].\n" << std::flush; } } @@ -14127,7 +14127,7 @@ static void handleCheckResultInLoop(int &resultFDs, int &errorFDs, int &setFDs, } else { - nxinfo_append << "[none].\n" << std::flush; + nxinfo_append << " [none].\n" << std::flush; } i = 0; @@ -14150,7 +14150,7 @@ static void handleCheckResultInLoop(int &resultFDs, int &errorFDs, int &setFDs, } else { - nxinfo_append << "[none].\n" << std::flush; + nxinfo_append << " [none].\n" << std::flush; } } } |