Fork me on GitHub

Changeset 341014c in git for classes/DelphesStream.h


Ignore:
Timestamp:
Feb 12, 2019, 9:29:17 PM (6 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, llp, master
Children:
6455202
Parents:
45e58be
Message:

apply .clang-format to all .h, .cc and .cpp files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesStream.h

    r45e58be r341014c  
    3131{
    3232public:
    33 
    3433  DelphesStream(char *buffer);
    3534
     
    3837
    3938private:
     39  char *fBuffer;
    4040
    41   char *fBuffer;
    42  
    4341  static bool fFirstLongMin;
    4442  static bool fFirstLongMax;
     
    4947
    5048#endif // DelphesStream_h
    51 
    52 
Note: See TracChangeset for help on using the changeset viewer.