]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdMagicBox.h
Cosmetics
[bbtk.git] / packages / std / src / bbstdMagicBox.h
index 55f0d7ca8c893931001eaabbe22cd528bf80178c..b336342b0106e1d5eb6cea59cea99432f1be2448 100644 (file)
@@ -39,8 +39,9 @@ namespace bbstd
     
     /// Construction with the pointer on the Set method
     MagicBoxSetFunctor(SetMethodPointerType s) :
-      mSetMethodPointer(s) 
-    {}
+       mSetMethodPointer(s) 
+       {
+       }
     
     /// Concrete application of the Set method of object o
     void Set(bbtk::AtomicBlackBox* o, const bbtk::Data& d)