We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4349c63 commit 07133ceCopy full SHA for 07133ce
Framework/AnalysisSupport/src/TTreePlugin.cxx
@@ -158,9 +158,9 @@ class TTreeFileFormat : public arrow::dataset::FileFormat
158
class TTreeOutputStream : public arrow::io::OutputStream
159
{
160
public:
161
- // Using a pointer means that the tree itself is owned by another
+ // Using a pointer means that the tree itself is owned by another
162
// class
163
- TTreeOutputStream(TTree *, std::string branchPrefix);
+ TTreeOutputStream(TTree*, std::string branchPrefix);
164
165
arrow::Status Close() override;
166
0 commit comments