Skip to content

Commit

Permalink
DPL: follow coding conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Oct 27, 2023
1 parent 25adbd8 commit a947355
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Framework/AnalysisSupport/src/DataInputDirector.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
// In applying this license CERN does not waive the privileges and immunities
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.
#ifndef o2_framework_DataInputDirector_H_INCLUDED
#define o2_framework_DataInputDirector_H_INCLUDED
#ifndef O2_FRAMEWORK_DATAINPUTDIRECTOR_H_
#define O2_FRAMEWORK_DATAINPUTDIRECTOR_H_

#include "TFile.h"

Expand Down Expand Up @@ -167,4 +167,4 @@ class DataInputDirector

} // namespace o2::framework

#endif // o2_framework_DataInputDirector_H_INCLUDED
#endif // O2_FRAMEWORK_DATAINPUTDIRECTOR_H_

0 comments on commit a947355

Please sign in to comment.