diff --git a/DDRec/include/DDRec/DetectorData.h b/DDRec/include/DDRec/DetectorData.h
index f630cabc928084770e0db6c3003f8ecbdce8dd45..d9ac543eca82b33d8a7792ffeebaf7f90d54b125 100644
--- a/DDRec/include/DDRec/DetectorData.h
+++ b/DDRec/include/DDRec/DetectorData.h
@@ -372,6 +372,7 @@ namespace DD4hep {
       /** Same as outer_phi for the first inner face.
        */
       double  inner_phi0  ;
+      
 
        /** Azimuthal angle of the first module in barrel layout
        *  DEPRECATED! PLEASE POPULATE INNER/OUTER PHI0 INSTEAD
diff --git a/DDRec/src/DetectorData.cpp b/DDRec/src/DetectorData.cpp
index f817a8d73be8eb5d47a3f5efd880d5b71af3f27f..e94335418e0f70684e6502887210c19597e0fa81 100644
--- a/DDRec/src/DetectorData.cpp
+++ b/DDRec/src/DetectorData.cpp
@@ -147,6 +147,7 @@ namespace DD4hep {
     
     std::ostream& operator<<( std::ostream& io , const LayeredCalorimeterData& d ) {
       boost::io::ios_base_all_saver ifs(io);
+      
       io <<  " -- LayeredCalorimeterData : "  << std::scientific << std::endl ; 
       switch (d.layoutType){
       case LayeredCalorimeterStruct::BarrelLayout: { io <<  " LayoutType : BarrelLayout "  << std::endl ;  io <<  "  extent[ rmin, rmax, zmin, zmax ] : "