From e95d80011d2eaa40308f359a1f6cc9c15bf8c70e Mon Sep 17 00:00:00 2001 From: Juraj Smiesko Date: Thu, 25 Jul 2024 10:14:11 +0200 Subject: [PATCH] Formatting --- include/podio/DataSource.h | 6 +++--- tests/root_io/read_with_rdatasource_root.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/podio/DataSource.h b/include/podio/DataSource.h index 6a3c5fde4..d6a2c49e3 100644 --- a/include/podio/DataSource.h +++ b/include/podio/DataSource.h @@ -1,5 +1,5 @@ -#ifndef PODIO_DATASOURCE_H__ -#define PODIO_DATASOURCE_H__ +#ifndef PODIO_DATASOURCE_H +#define PODIO_DATASOURCE_H // Podio #include @@ -176,4 +176,4 @@ ROOT::RDataFrame CreateDataFrame(const std::vector& filePathList); ROOT::RDataFrame CreateDataFrame(const std::string& filePath); } // namespace podio -#endif /* PODIO_DATASOURCE_H__ */ +#endif /* PODIO_DATASOURCE_H */ diff --git a/tests/root_io/read_with_rdatasource_root.cpp b/tests/root_io/read_with_rdatasource_root.cpp index cdcd691b5..29bad4319 100644 --- a/tests/root_io/read_with_rdatasource_root.cpp +++ b/tests/root_io/read_with_rdatasource_root.cpp @@ -1,5 +1,5 @@ -#include "podio/DataSource.h" #include "datamodel/ExampleClusterCollection.h" +#include "podio/DataSource.h" #include #include