tidy round1

This commit is contained in:
James Cherry
2026-04-13 14:59:05 -07:00
parent 0a8a86d606
commit 63efee64bf
328 changed files with 3030 additions and 3441 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ class SearchPred
{
public:
SearchPred(const StaState *sta);
virtual ~SearchPred() {}
virtual ~SearchPred() = default;
// Search is allowed from from_vertex.
virtual bool searchFrom(const Vertex *from_vertex,
const Mode *mode) const = 0;
@@ -158,4 +158,4 @@ hasFanout(Vertex *vertex,
const Graph *graph,
const Mode *mode);
} // namespace
} // namespace sta