From 46a6884df6f4694de9aa8ee2bf27ed7794926c41 Mon Sep 17 00:00:00 2001 From: github action Date: Thu, 23 Apr 2026 07:14:49 +0000 Subject: [PATCH] Apply 'make format' --- src/VlcTop.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VlcTop.cpp b/src/VlcTop.cpp index 78d97d9b1..4eb479e00 100644 --- a/src/VlcTop.cpp +++ b/src/VlcTop.cpp @@ -372,8 +372,8 @@ void VlcTop::annotate(const string& dirname) { } void VlcTop::printTypeSummary() { - static const std::vector orderedTypes = {"line", "toggle", "branch", "expr", - "fsm_state", "fsm_arc"}; + static const std::vector orderedTypes + = {"line", "toggle", "branch", "expr", "fsm_state", "fsm_arc"}; std::map> tally; for (const auto& i : m_points) { const VlcPoint& pt = m_points.pointNumber(i.second);