Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Jul 25, 2024
1 parent c33159e commit e95d800
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions include/podio/DataSource.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef PODIO_DATASOURCE_H__
#define PODIO_DATASOURCE_H__
#ifndef PODIO_DATASOURCE_H
#define PODIO_DATASOURCE_H

// Podio
#include <podio/CollectionBase.h>
Expand Down Expand Up @@ -176,4 +176,4 @@ ROOT::RDataFrame CreateDataFrame(const std::vector<std::string>& filePathList);
ROOT::RDataFrame CreateDataFrame(const std::string& filePath);
} // namespace podio

#endif /* PODIO_DATASOURCE_H__ */
#endif /* PODIO_DATASOURCE_H */
2 changes: 1 addition & 1 deletion tests/root_io/read_with_rdatasource_root.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "podio/DataSource.h"
#include "datamodel/ExampleClusterCollection.h"
#include "podio/DataSource.h"

#include <iostream>
#include <string>
Expand Down

0 comments on commit e95d800

Please sign in to comment.