Salome HOME
Fix for the issue #1766 : treat face as equal with different orientation to find...
[modules/shaper.git] / src / ModuleBase / ModuleBase_OperationAction.cpp
index 19dda8a73709c9933637d173a18a06ff4b883c33..ed025343d2532de5eae9bfe1f216e7fd67b0b406 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();