This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 207cf70b9ab74ee3bc6c5e18a80053b56a1fec56
Author: Mihai Moldovan <io...@ionic.de>
Date:   Fri Oct 30 02:35:35 2015 +0100

    pulsemanager.cpp: reformat only.
---
 debian/changelog     |    1 +
 src/pulsemanager.cpp |   12 ++++++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index aa58b9d..13ee0d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -175,6 +175,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
       variables.
     - pulsemanager.{cpp,h}: add ESD support.
     - pulsemanager.{cpp,h}: rename relaunch () to restart ().
+    - pulsemanager.cpp: reformat only.
 
  -- X2Go Release Manager <git-ad...@x2go.org>  Mon, 19 Sep 2016 09:07:07 +0200
 
diff --git a/src/pulsemanager.cpp b/src/pulsemanager.cpp
index 6999c18..d9d5710 100644
--- a/src/pulsemanager.cpp
+++ b/src/pulsemanager.cpp
@@ -24,10 +24,14 @@
 #define DEBUG
 #endif
 
-PulseManager::PulseManager () : pulse_X2Go_ ("/.x2go/pulse"), pulse_port_ 
(4713),
-                                esd_port_ (4714), state_ 
(QProcess::NotRunning),
-                                pulse_server_ (NULL), app_dir_ 
(QApplication::applicationDirPath ()),
-                                pulse_version_major_ (0), pulse_version_minor_ 
(0) {
+PulseManager::PulseManager () : pulse_X2Go_ ("/.x2go/pulse"),
+                                pulse_port_ (4713),
+                                esd_port_ (4714),
+                                state_ (QProcess::NotRunning),
+                                pulse_server_ (NULL),
+                                app_dir_ (QApplication::applicationDirPath ()),
+                                pulse_version_major_ (0),
+                                pulse_version_minor_ (0) {
   pulse_dir_ = QDir (QDir::homePath ());
   pulse_dir_.mkpath (pulse_dir_.absolutePath () + pulse_X2Go_ + "/tmp");
   pulse_dir_.cd (pulse_X2Go_.mid (1));

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/x2goclient.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits

Reply via email to