summaryrefslogtreecommitdiff
path: root/unity-shared
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2014-11-04 19:43:41 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2014-11-04 19:43:41 +0100
commit2d4c24b21047fb2371e8271905e8becc7ff00932 (patch)
tree58a436e9938b3b94a5876d95386c0687fd28014f /unity-shared
parent7f3fad329824424b540b1d5f27dadf9bfa1c02f2 (diff)
GnomeKeyGrabber: fix indentation
(bzr r3884.4.5)
Diffstat (limited to 'unity-shared')
-rw-r--r--unity-shared/GnomeKeyGrabber.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/unity-shared/GnomeKeyGrabber.cpp b/unity-shared/GnomeKeyGrabber.cpp
index 76c7161c0..563390b46 100644
--- a/unity-shared/GnomeKeyGrabber.cpp
+++ b/unity-shared/GnomeKeyGrabber.cpp
@@ -202,12 +202,14 @@ unsigned int GnomeGrabber::Impl::grabAccelerator(char const* accelerator, unsign
if (action.key().toString().empty())
{
- CompString prefixed = "XF86" + CompString(accelerator);
- LOG_DEBUG(logger) << "Can't grab \"" << accelerator << "\", trying \"" << prefixed << "\"";
- action.keyFromString(prefixed);
+ CompString prefixed = "XF86" + CompString(accelerator);
+ LOG_DEBUG(logger) << "Can't grab \"" << accelerator << "\", trying \"" << prefixed << "\"";
+ action.keyFromString(prefixed);
}
else
- LOG_DEBUG(logger) << "grabAccelerator \"" << accelerator << "\"";
+ {
+ LOG_DEBUG(logger) << "grabAccelerator \"" << accelerator << "\"";
+ }
if (!isActionPostponed(action))
{