diff --git a/Common/TableProducer/trackPropagation.cxx b/Common/TableProducer/trackPropagation.cxx index a74a2e1ecc6..073533a191c 100644 --- a/Common/TableProducer/trackPropagation.cxx +++ b/Common/TableProducer/trackPropagation.cxx @@ -146,10 +146,10 @@ struct TrackPropagation { } // load matLUT for this timestamp - if(!lut){ + if (!lut) { LOG(info) << "Loading material look-up table for timestamp: " << bc.timestamp(); lut = o2::base::MatLayerCylSet::rectifyPtrFromFile(ccdb->getForTimeStamp(lutPath, bc.timestamp())); - }else{ + } else { LOG(info) << "Material look-up table already in place. Not reloading."; }