Skip to content

Commit ef34112

Browse files
author
Zhenbin Wu
committed
Code format
1 parent 4aea3ed commit ef34112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

L1Trigger/Phase2L1GMT/src/TPSAlgorithm.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ std::vector<l1t::TrackerMuon> TPSAlgorithm::sort(std::vector<l1t::TrackerMuon>&
129129
return out;
130130
}
131131

132-
propagation_t TPSAlgorithm::propagate(const ConvertedTTTrack& track, uint layer) const{
132+
propagation_t TPSAlgorithm::propagate(const ConvertedTTTrack& track, uint layer) const {
133133
static const std::array<const ap_uint<BITSPROPCOORD>*, 5> lt_prop1_coord1 = {
134134
{lt_prop1_coord1_0, lt_prop1_coord1_1, lt_prop1_coord1_2, lt_prop1_coord1_3, lt_prop1_coord1_4}};
135135
static const std::array<const ap_uint<BITSPROPCOORD>*, 5> lt_prop1_coord2 = {

0 commit comments

Comments
 (0)