From 07133cefe837dd73b6036882010d5880e95cb66d Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 13 Dec 2024 13:42:51 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/AnalysisSupport/src/TTreePlugin.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Framework/AnalysisSupport/src/TTreePlugin.cxx b/Framework/AnalysisSupport/src/TTreePlugin.cxx index e84a053d58d60..d50a5a8d9d76f 100644 --- a/Framework/AnalysisSupport/src/TTreePlugin.cxx +++ b/Framework/AnalysisSupport/src/TTreePlugin.cxx @@ -158,9 +158,9 @@ class TTreeFileFormat : public arrow::dataset::FileFormat class TTreeOutputStream : public arrow::io::OutputStream { public: - // Using a pointer means that the tree itself is owned by another + // Using a pointer means that the tree itself is owned by another // class - TTreeOutputStream(TTree *, std::string branchPrefix); + TTreeOutputStream(TTree*, std::string branchPrefix); arrow::Status Close() override;