diff options
Diffstat (limited to 'nxcomp/src')
-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; } } } |