Salome HOME
Extension of Parameters interface: to set/get double values of results
[modules/shaper.git] / src / ModuleBase / ModuleBase_OperationAction.cpp
index ed025343d2532de5eae9bfe1f216e7fd67b0b406..953b86727fef6ab36da0e2313652dce14dcbc3b9 100755 (executable)
@@ -20,7 +20,7 @@ ModuleBase_OperationAction::~ModuleBase_OperationAction()
 
 bool ModuleBase_OperationAction::commit()
 {
-  // the action is supposed to perform a single modification, 
+  // the action is supposed to perform a single modification,
   // so the operation returns modified state
   setIsModified(true);