mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:00:04 +00:00
More clang-tidy cleanup
This commit is contained in:
parent
80c3cb70d2
commit
0c17744bc6
3 changed files with 7 additions and 7 deletions
|
|
@ -782,7 +782,7 @@ void Level2ProductView::ComputeSweep()
|
|||
continue;
|
||||
}
|
||||
|
||||
std::size_t vertexCount =
|
||||
const std::size_t vertexCount =
|
||||
(gate > 0) ? kVerticesPerGate_ : kVerticesPerOriginGate_;
|
||||
|
||||
// Allow pointer arithmetic here, as bounds have already been checked
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue