From 7f23e72445ce3c790134b6fbc36ba0ef4c4ec156 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Thu, 25 Mar 2021 13:30:47 -0700 Subject: [PATCH] format --- search/PathRef.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/search/PathRef.cc b/search/PathRef.cc index 68f4d467..b7ccdf24 100644 --- a/search/PathRef.cc +++ b/search/PathRef.cc @@ -225,7 +225,8 @@ PathRef::required(const StaState *sta) const } void -PathRef::setRequired(const Required &required, const StaState *sta) +PathRef::setRequired(const Required &required, + const StaState *sta) { if (path_enumed_) return path_enumed_->setRequired(required, sta); @@ -236,7 +237,8 @@ PathRef::setRequired(const Required &required, const StaState *sta) void PathRef::prevPath(const StaState *sta, // Return values. - PathRef &prev_path, TimingArc *&prev_arc) const + PathRef &prev_path, + TimingArc *&prev_arc) const { if (path_enumed_) path_enumed_->prevPath(sta, prev_path, prev_arc);