From 322598decfaf5413bcdaf51b5a4f94e6be3ef149 Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Thu, 12 Oct 2017 19:37:57 -0700 Subject: [PATCH] Fixed whitespace inconsistency. --- src/Mod/PartDesign/Gui/Command.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Mod/PartDesign/Gui/Command.cpp b/src/Mod/PartDesign/Gui/Command.cpp index c110329d32..5c7644faaf 100644 --- a/src/Mod/PartDesign/Gui/Command.cpp +++ b/src/Mod/PartDesign/Gui/Command.cpp @@ -1832,10 +1832,10 @@ void CmdPartDesignMirrored::activated(int iMsg) if (!PartDesignGui::assureModernWorkflow(doc)) return; - PartDesign::Body *pcActiveBody = PartDesignGui::getBody(true); + PartDesign::Body *pcActiveBody = PartDesignGui::getBody(true); - if (!pcActiveBody) - return; + if (!pcActiveBody) + return; Gui::Command* cmd = this; auto worker = [this, cmd](std::string FeatName, std::vector features) {