Skip to content

Commit 26153e8

Browse files
committed
Clang2
1 parent 831b4d6 commit 26153e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/ITS/src/ITSFeeCheck.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ void ITSFeeCheck::beautify(std::shared_ptr<MonitorObject> mo, Quality checkResul
381381
tInfoLayers[ilayer]->SetNDC();
382382
hp->GetListOfFunctions()->Add(tInfoLayers[ilayer]->Clone());
383383
} // end check result over layer
384-
} // end of loop over layers
384+
}// end of loop over layers
385385
}
386386
tInfo = std::make_shared<TLatex>(0.05, 0.95, Form("#bf{%s}", status.Data()));
387387
tInfo->SetTextColor(textColor);

0 commit comments

Comments
 (0)