Skip to content

Commit bddc2dd

Browse files
committed
fix for clang-format
1 parent b4fc601 commit bddc2dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

PWGLF/Tasks/Nuspex/pccQa.cxx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ void PccQa::processMC(CollisionTableMCTrue::iterator const&, TrackTableMC const&
101101
template <bool IS_MC, typename C, typename T>
102102
void PccQa::processMeas(const C& collision, const T& tracks)
103103
{
104-
if ((std::abs(collision.posZ()) > MaxVtxZ) || !collision.sel8()) return;
104+
if ((std::abs(collision.posZ()) > MaxVtxZ) || !collision.sel8()) {
105+
return;
106+
}
105107
histos.fill(HIST("eventCounter"), 1);
106108

107109
for (const auto& track : tracks) {

0 commit comments

Comments
 (0)