Skip to content

Commit 36c2e9c

Browse files
authored
Please consider the following formatting changes (#509)
1 parent a3da58d commit 36c2e9c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Common/Tasks/centralityStudypp.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,12 @@ struct centralityStudypp {
223223

224224
// won't capture null pointers -> explicitly check for those when attempting to evaluate
225225
auto reportSuccess = [](TH1* a, std::string name) {
226-
if(!a){
226+
if (!a) {
227227
LOGF(info, "Calibration missing for %s", name);
228-
}else{
228+
} else {
229229
LOGF(info, "Calibration loaded for %s", name);
230230
}
231-
};
231+
};
232232

233233
reportSuccess(hCentralityFV0A, "FV0A");
234234
reportSuccess(hCentralityFT0A, "FT0A");

0 commit comments

Comments
 (0)