[X2Go-Commits] [x2goclient] 101/173: pulsemanager.cpp: reformat only.

git-admin at x2go.org git-admin at x2go.org
Wed Jun 1 22:25:23 CEST 2016


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

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

commit 91256371e64e5db75c117d677c56382cbb9f4114
Author: Mihai Moldovan <ionic at 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 d7d2a73..0b4b5a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -200,6 +200,7 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
       variables.
     - pulsemanager.{cpp,h}: add ESD support.
     - pulsemanager.{cpp,h}: rename relaunch () to restart ().
+    - pulsemanager.cpp: reformat only.
 
   [ Mike DePaulo ]
   * New upstream release (4.0.5.2):
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


More information about the x2go-commits mailing list