Skip to content
Snippets Groups Projects
Commit 8fe3bddf authored by Stewart Martin-Haugh's avatar Stewart Martin-Haugh
Browse files

Avoid misleading indentation warning (ATR-15897)

parent 4107d06b
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ class TrigVertex{
m_tracks(NULL), m_algId(id),
m_ownTracks(false)
{
for(int i=0;i<5;i++) m_cov[i]=0.0; m_cov[5]=cv;
for(int i=0;i<5;i++) {m_cov[i]=0.0;} m_cov[5]=cv;
m_mass=0.0;m_massVar=0.0;m_P=NULL;m_energyFraction=0.0;
m_nTwoTracksSecVtx=0;
m_decayLength = m_decayLengthSignificance = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment