Skip to content

Commit 506bece

Browse files
committed
gpl: clang-format
Signed-off-by: Augusto Berndt <[email protected]>
1 parent a9f87e0 commit 506bece

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/gpl/src/routeBase.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,8 @@ std::pair<bool, bool> RouteBase::routability(
670670
if (nbVec_[0]->getTargetDensity() > rbVars_.maxDensity
671671
|| min_RC_violated_cnt_ >= max_routability_no_improvement_) {
672672
bool density_exceeded = nbVec_[0]->getTargetDensity() > rbVars_.maxDensity;
673-
bool congestion_not_improving = min_RC_violated_cnt_ >= max_routability_no_improvement_;
673+
bool congestion_not_improving
674+
= min_RC_violated_cnt_ >= max_routability_no_improvement_;
674675

675676
if (density_exceeded) {
676677
log_->info(GPL,

0 commit comments

Comments
 (0)