Skip to content

Commit ce47830

Browse files
committed
Please consider the following formatting changes
1 parent b47822a commit ce47830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/ITSMFT/ITS/macros/test/CheckTracksCA.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ void CheckTracksCA(bool doFakeClStud = false,
289289
clone->Divide(clone, den, 1, 1, "b");
290290
clone->SetLineColor(3);
291291
clone->Draw("histesame");
292-
TCanvas *c2 = new TCanvas;
292+
TCanvas* c2 = new TCanvas;
293293
c2->SetGridx();
294294
c2->SetGridy();
295295
hZvertex->DrawClone();

0 commit comments

Comments
 (0)