Skip to content

Commit 8e74bdf

Browse files
authored
Fix formatting of if statement in Stack.h
1 parent 5559507 commit 8e74bdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Detectors/Base/include/DetectorsBase

Detectors/Base/include/DetectorsBase/Stack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ inline bool Stack::isFromRadDecay(const int id)
362362
auto part = (mParticles[entry]);
363363

364364
// primary particle ?
365-
if (part.getProcess() == 0 )
365+
if (part.getProcess() == 0)
366366
return false;
367367
// particle directly from radioactive decay ?
368368
if (part.getProcess() == kPRadDecay) {

0 commit comments

Comments
 (0)