From f2ba0859cb416833f72226df662fdc4fce6bf0ba Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Tue, 24 Mar 2009 18:51:29 +0000 Subject: [PATCH] SVN_SILENT: i'm sure one pair of parens is enough. this isn't lisp. svn path=/trunk/KDE/kdelibs/; revision=943975 --- containment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containment.cpp b/containment.cpp index 0e7baa18a..bc43fd984 100644 --- a/containment.cpp +++ b/containment.cpp @@ -366,7 +366,7 @@ void Containment::setContainmentType(Containment::Type type) return; } - if ((type == DesktopContainment || type == PanelContainment)) { + if (type == DesktopContainment || type == PanelContainment) { d->createToolBox(); }