Skip to content

Commit 6256e35

Browse files
committed
clang
1 parent be61590 commit 6256e35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGLF/Tasks/Strangeness/nonPromptCascade.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -987,16 +987,16 @@ struct NonPromptCascadeTask {
987987
auto bc = coll.template bc_as<aod::BCsWithTimestamps>();
988988
uint64_t globalBC = bc.globalBC();
989989
uint32_t orbit = globalBC / 3564;
990-
if(orbitO != orbit) {
990+
if (orbitO != orbit) {
991991
orbitO = orbit;
992-
if((ds % cfgDownscaleMB) == 0) {
992+
if ((ds % cfgDownscaleMB) == 0) {
993993
writeFlag = 1;
994994
} else {
995995
writeFlag = 0;
996996
}
997997
ds++;
998998
}
999-
if (writeFlag) {
999+
if (writeFlag) {
10001000
if (mRunNumber != bc.runNumber()) {
10011001
mRunNumber = bc.runNumber();
10021002
}

0 commit comments

Comments
 (0)