Commit 57845ced authored by Mihai Moldovan's avatar Mihai Moldovan

nxcomp/src/Loop.cpp: whitespace in log messages only.

parent 970704ca
...@@ -14046,7 +14046,7 @@ static void handleCheckSelectInLoop(int &setFDs, fd_set &readSet, ...@@ -14046,7 +14046,7 @@ static void handleCheckSelectInLoop(int &setFDs, fd_set &readSet,
} }
else else
{ {
nxinfo_append << "[none].\n" << std::flush; nxinfo_append << " [none].\n" << std::flush;
} }
i = 0; i = 0;
...@@ -14069,7 +14069,7 @@ static void handleCheckSelectInLoop(int &setFDs, fd_set &readSet, ...@@ -14069,7 +14069,7 @@ static void handleCheckSelectInLoop(int &setFDs, fd_set &readSet,
} }
else 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, ...@@ -14127,7 +14127,7 @@ static void handleCheckResultInLoop(int &resultFDs, int &errorFDs, int &setFDs,
} }
else else
{ {
nxinfo_append << "[none].\n" << std::flush; nxinfo_append << " [none].\n" << std::flush;
} }
i = 0; i = 0;
...@@ -14150,7 +14150,7 @@ static void handleCheckResultInLoop(int &resultFDs, int &errorFDs, int &setFDs, ...@@ -14150,7 +14150,7 @@ static void handleCheckResultInLoop(int &resultFDs, int &errorFDs, int &setFDs,
} }
else else
{ {
nxinfo_append << "[none].\n" << std::flush; nxinfo_append << " [none].\n" << std::flush;
} }
} }
} }
......
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