Skip to content

Commit 07133ce

Browse files
committed
Please consider the following formatting changes
1 parent 4349c63 commit 07133ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Framework/AnalysisSupport/src/TTreePlugin.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ class TTreeFileFormat : public arrow::dataset::FileFormat
158158
class TTreeOutputStream : public arrow::io::OutputStream
159159
{
160160
public:
161-
// Using a pointer means that the tree itself is owned by another
161+
// Using a pointer means that the tree itself is owned by another
162162
// class
163-
TTreeOutputStream(TTree *, std::string branchPrefix);
163+
TTreeOutputStream(TTree*, std::string branchPrefix);
164164

165165
arrow::Status Close() override;
166166

0 commit comments

Comments
 (0)