Skip to content

Commit 6018db9

Browse files
committed
Mergers: fix duplicated header guards
1 parent fb65f6e commit 6018db9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Utilities/Mergers/include/Mergers/Mergeable.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
#ifndef ALICEO2_MERGERS_H
13-
#define ALICEO2_MERGERS_H
12+
#ifndef ALICEO2_MERGEABLE_H
13+
#define ALICEO2_MERGEABLE_H
1414

1515
/// \file Mergeable.h
1616
/// \brief Mergeable concept.

Utilities/Mergers/include/Mergers/MergerAlgorithm.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
#ifndef ALICEO2_MERGERS_H
13-
#define ALICEO2_MERGERS_H
12+
#ifndef ALICEO2_MERGERALGORITHM_H
13+
#define ALICEO2_MERGERALGORITHM_H
1414

1515
/// \file MergerAlgorithm.h
1616
/// \brief Algorithms for merging objects.
@@ -37,4 +37,4 @@ void deleteTCollections(TObject* obj);
3737

3838
} // namespace o2::mergers::algorithm
3939

40-
#endif // ALICEO2_MERGERS_H
40+
#endif // ALICEO2_MERGERALGORITHM_H

0 commit comments

Comments
 (0)