From 57845ced52f6a6e0fb97278bd9e9541fdce487c2 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Mon, 25 Dec 2017 17:39:40 +0100 Subject: nxcomp/src/Loop.cpp: whitespace in log messages only. --- nxcomp/src/Loop.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nxcomp') 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; } } } -- cgit v1.2.3