Fork me on GitHub

Ignore:
Timestamp:
Feb 12, 2019, 9:29:17 PM (5 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
  • external/ExRootAnalysis/ExRootProgressBar.h

    r45e58be r341014c  
    77{
    88public:
    9 
    109  ExRootProgressBar(Long64_t entries, Int_t width = 64);
    1110  ~ExRootProgressBar();
     
    1514
    1615private:
    17 
    1816  Long64_t fEntries, fEventCounter;
    1917  Int_t fWidth;
     
    2321
    2422  char *fBar; //!
    25 
    2623};
    2724
    2825#endif /* ExRootProgressBar */
    29 
Note: See TracChangeset for help on using the changeset viewer.