Salome HOME
Update line endings according to coding rules
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI_Tools.cpp
index 119a0a1ebe7419fde56a05551a71a9065197b255..c431fc9b65055b457a9b32e887fed528a742182b 100644 (file)
@@ -211,7 +211,7 @@ void fillAttribute(const std::list<std::string> & theValue,
 
   int anIndex = 0;
   for (auto it = theValue.begin(); it != theValue.end(); ++it, ++anIndex)
-    theAttribute->setValue(anIndex, *it); 
+    theAttribute->setValue(anIndex, *it);
 }
 
 //--------------------------------------------------------------------------------------