summaryrefslogtreecommitdiff
path: root/plugins/unityshell
diff options
authorMC Return <mc.return@gmx.net>2012-11-15 21:03:17 +0100
committerMC Return <mc.return@gmx.net>2012-11-15 21:03:17 +0100
commit7d1a487ed40baf77abc25706f76fcaaa10c82387 (patch)
tree6ce4141b3946e72cbec4d7d887bf144aa934db5b /plugins/unityshell
parent68545a2ca68e67a7f664f4894d38f8728916c1d4 (diff)
Removed whitespaces
(bzr r2879.1.6)
Diffstat (limited to 'plugins/unityshell')
-rw-r--r--plugins/unityshell/src/StartupNotifyService.cpp4
-rw-r--r--plugins/unityshell/src/UnityShowdesktopHandler.cpp10
2 files changed, 7 insertions, 7 deletions
diff --git a/plugins/unityshell/src/StartupNotifyService.cpp b/plugins/unityshell/src/StartupNotifyService.cpp
index 3e27b4acd..b35be6e7f 100644
--- a/plugins/unityshell/src/StartupNotifyService.cpp
+++ b/plugins/unityshell/src/StartupNotifyService.cpp
@@ -32,8 +32,8 @@ StartupNotifyService::Default()
}
StartupNotifyService::StartupNotifyService()
- : _sn_display (0)
- , _sn_monitor (0)
+ : _sn_display(0)
+ , _sn_monitor(0)
{
}
diff --git a/plugins/unityshell/src/UnityShowdesktopHandler.cpp b/plugins/unityshell/src/UnityShowdesktopHandler.cpp
index 5935bef43..1f5bc2038 100644
--- a/plugins/unityshell/src/UnityShowdesktopHandler.cpp
+++ b/plugins/unityshell/src/UnityShowdesktopHandler.cpp
@@ -80,12 +80,12 @@ ShowdesktopHandler::InhibitingXid()
}
ShowdesktopHandler::ShowdesktopHandler (ShowdesktopHandlerWindowInterface *wi, compiz::WindowInputRemoverLockAcquireInterface *lock_acquire_interface)
- : showdesktop_handler_window_interface_ (wi)
- , lock_acquire_interface_ (lock_acquire_interface)
+ : showdesktop_handler_window_interface_(wi)
+ , lock_acquire_interface_(lock_acquire_interface)
, remover_()
- , state_ (StateVisible)
- , progress_ (0.0f)
- , was_hidden_ (false)
+ , state_(StateVisible)
+ , progress_(0.0f)
+ , was_hidden_(false)
{
}