[X2Go-Commits] [x2goclient] 96/179: pulsemanager.cpp: reformat only.

git-admin at x2go.org git-admin at x2go.org
Mon Jun 20 23:55:34 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 3e23dbd40e1cceb1e946858ea50e7c89d0a0ed87
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Oct 29 04:17:47 2015 +0100

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

diff --git a/debian/changelog b/debian/changelog
index b86f7ac..c25c746 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -198,6 +198,7 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
     - pulsemanager.{cpp,h}: reformat only.
     - pulsemanager.cpp: use initializer list for constructor.
     - pulsemanager.{cpp,h}: add pulse_version_{major,minor}_ member variables.
+    - pulsemanager.cpp: reformat only.
   * debian/control:
     - Maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
 
diff --git a/src/pulsemanager.cpp b/src/pulsemanager.cpp
index c1d8d8f..cd390bf 100644
--- a/src/pulsemanager.cpp
+++ b/src/pulsemanager.cpp
@@ -24,10 +24,10 @@
 #define DEBUG
 #endif
 
-PulseManager::PulseManager () : pulse_X2Go_("/.x2go/pulse"), pulse_port_(4713),
-                                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),
+                                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