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(); }