Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / Model / Model_AttributeIntArray.cpp
index c05a9e19c32a108725d0175bfd922768da0ca161..15e84ece98aadfd62ea0d9ceafc44db141318904 100644 (file)
@@ -77,6 +77,6 @@ Model_AttributeIntArray::Model_AttributeIntArray(TDF_Label& theLabel)
 void Model_AttributeIntArray::reinit()
 {
   // check the attribute could be already presented in this doc (after load document)
-  myIsInitialized = 
+  myIsInitialized =
     myLab.FindAttribute(TDataStd_IntegerArray::GetID(), myArray) == Standard_True;
 }