Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Union.cpp
index ca8f0d6fc9c60e07e3f1bbeaf33e981b9b966aaf..2d85df81a502299ced567e5891b5d2ecd67ca910 100644 (file)
@@ -49,7 +49,7 @@ void FeaturesAPI_Union::dump(ModelHighAPI_Dumper& theDumper) const
   AttributeSelectionListPtr anAttrObjects =
     aBase->selectionList(FeaturesPlugin_Union::BASE_OBJECTS_ID());
 
-  theDumper << aBase << " = model.addUnion(" << aDocName << 
+  theDumper << aBase << " = model.addUnion(" << aDocName <<
     ", " << anAttrObjects << ")" << std::endl;
 }