From 9cf8f6aafc7c61468e74e1d86b383f1ea1fe4f5a Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 24 Apr 2025 12:00:38 +0000 Subject: [PATCH] Please consider the following formatting changes --- Generators/include/Generators/NuclCoalescencePythia8.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Generators/include/Generators/NuclCoalescencePythia8.h b/Generators/include/Generators/NuclCoalescencePythia8.h index 4bdc9c1976b9a..8734122a52e77 100644 --- a/Generators/include/Generators/NuclCoalescencePythia8.h +++ b/Generators/include/Generators/NuclCoalescencePythia8.h @@ -105,7 +105,8 @@ bool coalPythia8(Pythia8::Event& event, int charge, int pdgCode, float mass, boo } } } - LOG(debug) "Adding a " << (charge * 2 - 1) * pdgCode << " with p = " << p.px() << ", " << p.py() << ", " << p.pz() << ", E = " << p.e(); + LOG(debug) + "Adding a " << (charge * 2 - 1) * pdgCode << " with p = " << p.px() << ", " << p.py() << ", " << p.pz() << ", E = " << p.e(); return true; }