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

git-admin at x2go.org git-admin at x2go.org
Thu Sep 22 04:36:39 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 c4ae2616501dcbb2633e4e1cb84a22da49586f4c
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 22d61fa..fe8af23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -179,6 +179,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-admin at 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


More information about the x2go-commits mailing list