Skip to content

Commit 128dcfb

Browse files
ferdymercurydpiparo
authored andcommitted
[nfc] clangformat
1 parent 8e25c31 commit 128dcfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tree/tree/test/TTreeRegressions.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,20 +146,20 @@ TEST(TTreeRegressions, LeafLongString)
146146
EXPECT_EQ(strlen(s), 999);
147147
}
148148

149-
//https://github.com/root-project/root/issues/9319
149+
// https://github.com/root-project/root/issues/9319
150150
TEST(TTreeRegressions, PrintClustersRounding)
151151
{
152152
TMemFile file("tree9319_clusters.root", "RECREATE");
153153
TTree t("t", "t");
154154
t.SetAutoFlush(5966);
155155
int x = 0;
156156
t.Branch("x", &x);
157-
for(auto i = 0; i<10000; ++i) {
157+
for (auto i = 0; i<10000; ++i) {
158158
t.Fill();
159159
}
160160

161161
testing::internal::CaptureStdout();
162-
162+
163163
t.Print("clusters");
164164

165165
const std::string output = testing::internal::GetCapturedStdout();

0 commit comments

Comments
 (0)