From dd99751e2bfbc6939b1ec76462f71a4a3a0be5a6 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Tue, 13 Jan 2009 19:49:19 +0000 Subject: [PATCH] SVN_SILENT: coding style! svn path=/trunk/KDE/kdelibs/; revision=910608 --- containment.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containment.cpp b/containment.cpp index 8ef1794a3..f4a737e6b 100644 --- a/containment.cpp +++ b/containment.cpp @@ -496,7 +496,7 @@ void ContainmentPrivate::containmentActions(KMenu &desktopMenu) foreach (QAction *action, actions) { if (action) { desktopMenu.addAction(action); - if(action->isSeparator()) { + if (action->isSeparator()) { separatorAction = action; } } @@ -506,7 +506,7 @@ void ContainmentPrivate::containmentActions(KMenu &desktopMenu) //TODO: should a submenu be created if there are too many containment specific // actions? see folderview containment - if(q->containmentType() == Containment::DesktopContainment) { + if (q->containmentType() == Containment::DesktopContainment) { desktopMenu.insertAction(separatorAction, q->action("activity settings")); if (q->hasConfigurationInterface()) { desktopMenu.addAction(q->action("configure"));