]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkComplexBlackBox.cxx
#3508 ConcatString_tool Reactivity 2
[bbtk.git] / kernel / src / bbtkComplexBlackBox.cxx
index 195b53a222040423bd4389139ebaf3fde5e904ef..0e823e0360a5011bc763203e732aa3b3ef813329 100644 (file)
@@ -570,14 +570,12 @@ namespace bbtk
   {
     bbtkBlackBoxDebugMessage("kernel",9,
                        "ComplexBlackBox::GetBlackBox(\""<<name<<"\")"
-                            <<std::endl);  
-
+                            <<std::endl);
     BlackBoxMapType::iterator i = mBlackBoxMap.find(name);
     if ( i == mBlackBoxMap.end() ) 
-      {
-       bbtkError("the black box \""<<name<<"\" does not exist");
-      }
-
+    {
+        bbtkError("the black box \""<<name<<"\" does not exist");
+    }
     return i->second;
   }
   //==================================================================