Salome HOME
Better management of errors.
[modules/shaper.git] / src / ModuleBase / ModuleBase_Operation.cpp
index af08c48fd0d23ab1fe601447a8c084a49e278dd5..853d9fc5fd6503ac65c83b7d8cd0fa8204ad9984 100644 (file)
@@ -153,9 +153,9 @@ void ModuleBase_Operation::onValueStateChanged(int thePreviousState)
   }
 }
 
-void ModuleBase_Operation::setPropertyPanel(ModuleBase_IPropertyPanel* theProp) 
-{ 
-  myPropertyPanel = theProp; 
+void ModuleBase_Operation::setPropertyPanel(ModuleBase_IPropertyPanel* theProp)
+{
+  myPropertyPanel = theProp;
 }
 
 bool ModuleBase_Operation::isGranted(QString theId) const