Skip to content

Commit 9cf8f6a

Browse files
committed
Please consider the following formatting changes
1 parent cc9bc73 commit 9cf8f6a

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)