Skip to content

Commit

Permalink
Fix include guards to conform to style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jun 6, 2024
1 parent 6b2bcfd commit 0514a03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/podio/utilities/RootHelpers.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef PODIO_UTILITIES_ROOT_HELPERS_H
#define PODIO_UTILITIES_ROOT_HELPERS_H
#ifndef PODIO_UTILITIES_ROOTHELPERS_H
#define PODIO_UTILITIES_ROOTHELPERS_H

#include "TBranch.h"

Expand Down Expand Up @@ -41,4 +41,4 @@ namespace root_utils {
} // namespace root_utils
} // namespace podio

#endif // PODIO_UTILITIES_ROOT_HELPERS_H
#endif // PODIO_UTILITIES_ROOTHELPERS_H

0 comments on commit 0514a03

Please # to comment.