Fork me on GitHub

Changeset 1c30542 in git for examples


Ignore:
Timestamp:
Jun 27, 2013, 4:57:18 PM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
4a9ec82
Parents:
3d24148
Message:

remove trailing space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/DelphesProMC.cpp

    r3d24148 r1c30542  
    8383  mutableParticles = event.mutable_particles();
    8484
    85   for(i = 0 ; i < mutableParticles->pdg_id_size(); ++i)
     85  for(i = 0; i < mutableParticles->pdg_id_size(); ++i)
    8686  {
    8787    pid = mutableParticles->pdg_id(i);
Note: See TracChangeset for help on using the changeset viewer.