Skip to content

Commit 1ec0dc9

Browse files
authored
Please consider the following formatting changes (#380)
1 parent 21b2a38 commit 1ec0dc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/TableProducer/trackPropagation.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ struct TrackPropagation {
146146
}
147147

148148
// load matLUT for this timestamp
149-
if(!lut){
149+
if (!lut) {
150150
LOG(info) << "Loading material look-up table for timestamp: " << bc.timestamp();
151151
lut = o2::base::MatLayerCylSet::rectifyPtrFromFile(ccdb->getForTimeStamp<o2::base::MatLayerCylSet>(lutPath, bc.timestamp()));
152-
}else{
152+
} else {
153153
LOG(info) << "Material look-up table already in place. Not reloading.";
154154
}
155155

0 commit comments

Comments
 (0)