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;