Skip to content

Commit 53586ca

Browse files
committed
Whitespace fixes
1 parent 688190c commit 53586ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Generators/src/AODToHepMC.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ void AODToHepMC::makeEvent(Header const& collision,
9797
for (auto p : mOrphans) {
9898
ip->add_particle_out(p);
9999
}
100-
// If we have no beam particles, try to make them
100+
// If we have no beam particles, try to make them
101101
if (mBeams.size() == 0) {
102102
makeBeams(collision, ip);
103103
}

0 commit comments

Comments
 (0)