Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetLineEdit.cpp
index ef869fdcd3bc606aac71187115743b54646a6e36..e8da69f1745cd679ff589506e1a44e0d636030d5 100644 (file)
@@ -108,7 +108,7 @@ ModuleBase_WidgetLineEdit::~ModuleBase_WidgetLineEdit()
 
 bool ModuleBase_WidgetLineEdit::storeValueCustom()
 {
-  // A rare case when plugin was not loaded. 
+  // A rare case when plugin was not loaded.
   if(!myFeature)
     return false;
   DataPtr aData = myFeature->data();
@@ -121,7 +121,7 @@ bool ModuleBase_WidgetLineEdit::storeValueCustom()
 
 bool ModuleBase_WidgetLineEdit::restoreValueCustom()
 {
-  // A rare case when plugin was not loaded. 
+  // A rare case when plugin was not loaded.
   if(!myFeature)
     return false;
   DataPtr aData = myFeature->data();