]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkComplexBlackBox.cxx
eed
[bbtk.git] / kernel / src / bbtkComplexBlackBox.cxx
index d93d4875406d8698797f02904133ac3a2977f930..195b53a222040423bd4389139ebaf3fde5e904ef 100644 (file)
@@ -1107,13 +1107,13 @@ namespace bbtk
     BlackBoxMapType::const_iterator i;
     for ( i = mBlackBoxMap.begin(); i != mBlackBoxMap.end(); ++i ) 
       {
-       s += i->second->GetObjectRecursiveSize();
+                                       s += i->second->GetObjectRecursiveSize();
       }
     ConnectionListType::const_iterator j;
     for ( j = mConnectionList.begin(); 
          j != mConnectionList.end(); ++j ) 
       {
-       s += (*j)->GetObjectRecursiveSize();
+                               s += (*j)->GetObjectRecursiveSize();
       }
     return s;
   }