Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / ModuleBase / ModuleBase_PageBase.cpp
index 272cb38472994fa70181a6ea05e83a285fa41c66..daf1bd034e5dbf61f8b64047e6d61f51659e161b 100644 (file)
@@ -59,9 +59,9 @@ void ModuleBase_PageBase::clearPage()
 
   // Issue #460: this patch is necessary since the row stretch information
   // is stored independently on the items: when the items are removed
-  // from the layout the stretch information is kept, so in the next 
+  // from the layout the stretch information is kept, so in the next
   // filling of the layout some "additional" (old) rows may be stretched
-  // without necessity. 
+  // without necessity.
   // In this patch we clear the stretch information specifying the default value: 0.
   QGridLayout* aLayout = dynamic_cast<QGridLayout*>( pageLayout() );
   if( aLayout )