Skip to content

Commit ba39f08

Browse files
committed
Please consider the following formatting changes
1 parent 51fec69 commit ba39f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPU/GPUTracking/qa/GPUQA.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2931,7 +2931,7 @@ int32_t GPUQA::DrawQAHistograms(TObjArray* qcout)
29312931
e->SetLineColor(colorNums[k % COLORCOUNT]);
29322932
e->Draw(k == 0 ? "" : "same");
29332933
GetName(fname, k, mConfig.inputHistogramsOnly);
2934-
snprintf(name, 2048, mConfig.inputHistogramsOnly ? "%s" : (i ? "%sN_{Clusters}" : "%sN_{Rows with Clusters}"), fname);
2934+
snprintf(name, 2048, mConfig.inputHistogramsOnly ? "%s" : (i ? "%sN_{Clusters}" : "%sN_{Rows with Clusters}"), fname);
29352935
mLNCl[i]->AddEntry(e, name, "l");
29362936
}
29372937
mLNCl[i]->Draw();

0 commit comments

Comments
 (0)