Skip to content

Commit 5334e0c

Browse files
committed
Please consider the following formatting changes
1 parent 05473cc commit 5334e0c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

GPU/GPUTracking/qa/GPUQA.cxx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2836,9 +2836,13 @@ int32_t GPUQA::DrawQAHistograms(TObjArray* qcout)
28362836
}
28372837
doPerfFigure(i == 0 ? 0.37 : (i == 1 ? 0.34 : 0.6), 0.295, 0.030);
28382838
mCClust[i]->cd();
2839-
mCClust[i]->Print(Form(i == 2 ? "%s/clusters_integral.pdf" : i == 1 ? "%s/clusters_relative.pdf" : "%s/clusters.pdf", mConfig.plotsDir.c_str()));
2839+
mCClust[i]->Print(Form(i == 2 ? "%s/clusters_integral.pdf" : i == 1 ? "%s/clusters_relative.pdf"
2840+
: "%s/clusters.pdf",
2841+
mConfig.plotsDir.c_str()));
28402842
if (mConfig.writeFileExt != "") {
2841-
mCClust[i]->Print(Form(i == 2 ? "%s/clusters_integral.%s" : i == 1 ? "%s/clusters_relative.%s" : "%s/clusters.%s", mConfig.plotsDir.c_str(), mConfig.writeFileExt.c_str()));
2843+
mCClust[i]->Print(Form(i == 2 ? "%s/clusters_integral.%s" : i == 1 ? "%s/clusters_relative.%s"
2844+
: "%s/clusters.%s",
2845+
mConfig.plotsDir.c_str(), mConfig.writeFileExt.c_str()));
28422846
}
28432847
}
28442848

0 commit comments

Comments
 (0)