Skip to content

Commit 6d5258d

Browse files
committed
code format updates
1 parent 60ba7ae commit 6d5258d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

L1Trigger/L1TCaloLayer1/plugins/L1TCaloSummary.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ void L1TCaloSummary::produce(edm::Event& iEvent, const edm::EventSetup& iSetup)
193193
//This is done as a flat vector input, but future versions may involve 2D input
194194
//This will have to be handled later
195195
//Would also be good to be able to configure the precision of the ap_fixed type
196-
ap_ufixed<10,10> modelInput[252];
196+
ap_ufixed<10, 10> modelInput[252];
197197
for (const L1CaloRegion& i : *regionCollection) {
198198
UCTRegionIndex r = g.getUCTRegionIndexFromL1CaloRegion(i.gctEta(), i.gctPhi());
199199
UCTTowerIndex t = g.getUCTTowerIndexFromL1CaloRegion(r, i.raw());

0 commit comments

Comments
 (0)