Salome HOME
Issue #1854 Recover feature control update
[modules/shaper.git] / src / ModuleBase / ModuleBase_OperationAction.cpp
index 19dda8a73709c9933637d173a18a06ff4b883c33..953b86727fef6ab36da0e2313652dce14dcbc3b9 100755 (executable)
@@ -20,7 +20,8 @@ ModuleBase_OperationAction::~ModuleBase_OperationAction()
 
 bool ModuleBase_OperationAction::commit()
 {
-  // the action is supposed to perform a single modification, so the operation returns modified state
+  // the action is supposed to perform a single modification,
+  // so the operation returns modified state
   setIsModified(true);
 
   return ModuleBase_Operation::commit();