From a947355c437ea57dae0f4dfe6511e0fbcc741b55 Mon Sep 17 00:00:00 2001 From: Giulio Eulisse <10544+ktf@users.noreply.github.com> Date: Fri, 27 Oct 2023 22:27:38 +0200 Subject: [PATCH] DPL: follow coding conventions --- Framework/AnalysisSupport/src/DataInputDirector.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Framework/AnalysisSupport/src/DataInputDirector.h b/Framework/AnalysisSupport/src/DataInputDirector.h index ea54d6b3c7958..ceb43c2fec6f9 100644 --- a/Framework/AnalysisSupport/src/DataInputDirector.h +++ b/Framework/AnalysisSupport/src/DataInputDirector.h @@ -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" @@ -167,4 +167,4 @@ class DataInputDirector } // namespace o2::framework -#endif // o2_framework_DataInputDirector_H_INCLUDED +#endif // O2_FRAMEWORK_DATAINPUTDIRECTOR_H_