Skip to content

Commit 370aa3c

Browse files
committed
Fix header guard style
1 parent b8a8c73 commit 370aa3c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Common/Tools/EventSelectionModule.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
/// \brief
1414
/// \author ALICE
1515

16-
#ifndef COMMON_TOOLS_EVENTSELECTIONTOOLS_H_
17-
#define COMMON_TOOLS_EVENTSELECTIONTOOLS_H_
16+
#ifndef COMMON_TOOLS_EVENTSELECTIONMODULE_H_
17+
#define COMMON_TOOLS_EVENTSELECTIONMODULE_H_
1818

1919
#include "Common/CCDB/RCTSelectionFlags.h"
2020

@@ -1816,4 +1816,4 @@ class LumiModule
18161816
} // namespace common
18171817
} // namespace o2
18181818

1819-
#endif // COMMON_TOOLS_EVENTSELECTIONTOOLS_H_
1819+
#endif // COMMON_TOOLS_EVENTSELECTIONMODULE_H_

Common/Tools/Multiplicity/MultModule.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
/// \brief combined multiplicity + centrality module with autodetect features
1414
/// \author ALICE
1515

16-
#ifndef COMMON_TOOLS_MULTMODULE_H_
17-
#define COMMON_TOOLS_MULTMODULE_H_
16+
#ifndef COMMON_TOOLS_MULTIPLICITY_MULTMODULE_H_
17+
#define COMMON_TOOLS_MULTIPLICITY_MULTMODULE_H_
1818

1919
#include "Common/DataModel/Centrality.h"
2020
#include "Common/DataModel/Multiplicity.h"
@@ -1439,4 +1439,4 @@ class MultModule
14391439
} // namespace common
14401440
} // namespace o2
14411441

1442-
#endif // COMMON_TOOLS_MULTMODULE_H_
1442+
#endif // COMMON_TOOLS_MULTIPLICITY_MULTMODULE_H_

0 commit comments

Comments
 (0)