Salome HOME
Issue #1854 Recover feature control update
[modules/shaper.git] / src / ModelAPI / ModelAPI_Attribute.cpp
index dd704bd31d22b15454ff35fcd87717ba559b916a..97373a087e11705e2c1eb7ad23f4f3bc0ef11d95 100644 (file)
@@ -37,7 +37,7 @@ void ModelAPI_Attribute::setInitialized()
 bool ModelAPI_Attribute::blockSetInitialized(const bool theBlock)
 {
   bool aBlocked = mySetInitializedBlocked;
-  
+
   mySetInitializedBlocked = theBlock;
 
   return aBlocked;