Skip to content

Commit ab5acc8

Browse files
authored
Merge pull request #26 from alibuild/alibot-cleanup-14216
Please consider the following formatting changes to #14216
2 parents cc9bc73 + 9cf8f6a commit ab5acc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Generators/include/Generators/NuclCoalescencePythia8.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ bool coalPythia8(Pythia8::Event& event, int charge, int pdgCode, float mass, boo
105105
}
106106
}
107107
}
108-
LOG(debug) "Adding a " << (charge * 2 - 1) * pdgCode << " with p = " << p.px() << ", " << p.py() << ", " << p.pz() << ", E = " << p.e();
108+
LOG(debug)
109+
"Adding a " << (charge * 2 - 1) * pdgCode << " with p = " << p.px() << ", " << p.py() << ", " << p.pz() << ", E = " << p.e();
109110
return true;
110111
}
111112

0 commit comments

Comments
 (0)