Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / XGUI / XGUI_ErrorMgr.cpp
index 249dfe00491ec65e98045a6e586a2cae960b8358..b93c58c09110af825f5282aee538be6906db74c1 100644 (file)
@@ -96,7 +96,7 @@ void XGUI_ErrorMgr::updateAcceptAllAction(const FeaturePtr& theFeature)
 
   QString anError = "";
   /// to allow the module have the button always enabled
-  bool isActionStateEnabled = 
+  bool isActionStateEnabled =
     myWorkshop->module()->isActionEnableStateFixed(XGUI_ActionsMgr::AcceptAll);
   if (!isActionStateEnabled) {
     anError = myWorkshop->module()->getFeatureError(theFeature);