Apply 'make format'

This commit is contained in:
github action 2026-04-23 07:14:49 +00:00
parent 72bbccb543
commit 46a6884df6
1 changed files with 2 additions and 2 deletions

View File

@ -372,8 +372,8 @@ void VlcTop::annotate(const string& dirname) {
}
void VlcTop::printTypeSummary() {
static const std::vector<std::string> orderedTypes = {"line", "toggle", "branch", "expr",
"fsm_state", "fsm_arc"};
static const std::vector<std::string> orderedTypes
= {"line", "toggle", "branch", "expr", "fsm_state", "fsm_arc"};
std::map<std::string, std::pair<uint64_t, uint64_t>> tally;
for (const auto& i : m_points) {
const VlcPoint& pt = m_points.pointNumber(i.second);