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/ExRootConfReader.h

    r45e58be r341014c  
    2121{
    2222public:
    23 
    2423  ExRootConfParam(const char *name = 0, Tcl_Obj *object = 0, Tcl_Interp *interp = 0);
    2524
     
    3433
    3534private:
    36 
    3735  const char *fName; //!
    3836  Tcl_Obj *fObject; //!
     
    4240//------------------------------------------------------------------------------
    4341
    44 class ExRootConfReader : public TNamed
     42class ExRootConfReader: public TNamed
    4543{
    4644public:
     
    6664
    6765private:
    68 
    6966  const char *fTopDir; //!
    7067
     
    7774
    7875#endif
    79 
Note: See TracChangeset for help on using the changeset viewer.