From dc4bf885820dd5293051c291a1419a03467183b3 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Thu, 13 Apr 2023 10:05:39 -0700 Subject: [PATCH] format Signed-off-by: James Cherry --- search/PathVertex.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/search/PathVertex.cc b/search/PathVertex.cc index 45e85733..51185b0f 100644 --- a/search/PathVertex.cc +++ b/search/PathVertex.cc @@ -433,12 +433,12 @@ PrevPathVisitor::unfilteredTag(const Tag *tag) const } } return search_->findTag(tag->transition(), - corners_->findPathAnalysisPt(tag->pathAPIndex()), - tag->clkInfo(), - tag->isClock(), - tag->inputDelay(), - tag->isSegmentStart(), - unfiltered_states, true); + corners_->findPathAnalysisPt(tag->pathAPIndex()), + tag->clkInfo(), + tag->isClock(), + tag->inputDelay(), + tag->isSegmentStart(), + unfiltered_states, true); } ////////////////////////////////////////////////////////////////