This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch 3.6.x in repository nx-libs. from 970704c nxcomp/src/Loop.cpp: use new log continuation mechanism. new 57845ce nxcomp/src/Loop.cpp: whitespace in log messages only. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: nxcomp/src/Loop.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
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@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