Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
civanch committed Mar 28, 2023
1 parent 84c9333 commit c1e22a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SimG4Core/Application/src/TrackingAction.cc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ void TrackingAction::PostUserTrackingAction(const G4Track* aTrack) {
<< aTrack->GetDefinition()->GetParticleName() << " ansestor= " << withAncestor
<< " saved= " << currentTrack_->saved() << " end point " << aTrack->GetPosition();
#endif
if(!isInHistory) { delete currentTrack_; }
if (!isInHistory) {
delete currentTrack_;
}

EndOfTrack et(aTrack);
m_endOfTrackSignal(&et);
Expand Down

0 comments on commit c1e22a9

Please sign in to comment.