diff --git a/Geometry/HGCalCommonData/src/HGCalDDDConstants.cc b/Geometry/HGCalCommonData/src/HGCalDDDConstants.cc index 20bf2d15083bf..4eb97c2228ce8 100644 --- a/Geometry/HGCalCommonData/src/HGCalDDDConstants.cc +++ b/Geometry/HGCalCommonData/src/HGCalDDDConstants.cc @@ -1350,7 +1350,7 @@ std::pair HGCalDDDConstants::waferTypeRotation( if (debug) edm::LogVerbatim("HGCalGeom") << "waferTypeRotation: Layer " << layer << " Wafer " << waferU << ":" << waferV << " Index " << std::hex << wl << std::dec << ":" << endOfList << " Type " << type - << " Rotation " << rotn; + << " Rotation " << rotn; #endif return std::make_pair(type, rotn); }