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);