using golang-style assignment
using golang-style assignment, not the c-style Signed-off-by: Wang Anyu <wanganyu@outlook.com>
This commit is contained in:
parent
0fefa36f3a
commit
4449acd306
|
@ -374,9 +374,7 @@ func uniqMcs(catRange uint32) string {
|
||||||
continue
|
continue
|
||||||
} else {
|
} else {
|
||||||
if c1 > c2 {
|
if c1 > c2 {
|
||||||
t := c1
|
c1, c2 = c2, c1
|
||||||
c1 = c2
|
|
||||||
c2 = t
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
mcs = fmt.Sprintf("s0:c%d,c%d", c1, c2)
|
mcs = fmt.Sprintf("s0:c%d,c%d", c1, c2)
|
||||||
|
|
Loading…
Reference in New Issue