]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesAPI/FeaturesAPI_MultiTranslation.cpp
Salome HOME
Removed white spaces (Google Style).
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_MultiTranslation.cpp
index 6754b0f48b185ebceb55f3007bd836f085ba9040..f32a4dc6088f74ff7294ef91737bfb3782e208b6 100644 (file)
@@ -120,7 +120,7 @@ void FeaturesAPI_MultiTranslation::dump(ModelHighAPI_Dumper& theDumper) const
   AttributeSelectionListPtr anAttrObjects =
     aBase->selectionList(FeaturesPlugin_MultiTranslation::OBJECTS_LIST_ID());
   theDumper << aBase << " = model.addMultiTranslation(" << aDocName << ", " << anAttrObjects;
-  
+
   AttributeSelectionPtr anAttrFirstAxis =
     aBase->selection(FeaturesPlugin_MultiTranslation::AXIS_FIRST_DIR_ID());
   AttributeDoublePtr anAttrFirstStep =
@@ -129,7 +129,7 @@ void FeaturesAPI_MultiTranslation::dump(ModelHighAPI_Dumper& theDumper) const
     aBase->integer(FeaturesPlugin_MultiTranslation::NB_COPIES_FIRST_DIR_ID());
   theDumper << ", " << anAttrFirstAxis << ", " << anAttrFirstStep;
   theDumper << ", " << anAttrFirstNumber;
-      
+
   if (aBase->string(FeaturesPlugin_MultiTranslation::USE_SECOND_DIR_ID())->isInitialized()
       && !aBase->string(FeaturesPlugin_MultiTranslation::USE_SECOND_DIR_ID())->value().empty()) {
     AttributeSelectionPtr anAttrSecondAxis =