[X2Go-Commits] [nx-libs] 01/01: nxcomp/src/Loop.cpp: whitespace in log messages only.
git-admin at x2go.org
git-admin at x2go.org
Mon Dec 25 17:40:03 CET 2017
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch 3.6.x
in repository nx-libs.
commit 57845ced52f6a6e0fb97278bd9e9541fdce487c2
Author: Mihai Moldovan <ionic at ionic.de>
Date: Mon Dec 25 17:39:40 2017 +0100
nxcomp/src/Loop.cpp: whitespace in log messages only.
---
nxcomp/src/Loop.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/nxcomp/src/Loop.cpp b/nxcomp/src/Loop.cpp
index cfa175b..d458d65 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;
}
}
}
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list