From 2d4c24b21047fb2371e8271905e8becc7ff00932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 4 Nov 2014 19:43:41 +0100 Subject: GnomeKeyGrabber: fix indentation (bzr r3884.4.5) --- unity-shared/GnomeKeyGrabber.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'unity-shared') 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)) { -- cgit v1.2.3