Skip to content

Commit 7768dad

Browse files
committed
gpl: clang-format
Signed-off-by: Augusto Berndt <[email protected]>
1 parent 3544fba commit 7768dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gpl/src/nesterovPlace.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ void NesterovPlace::routabilitySnapshot(
666666

667667
log_->info(GPL, 38, "Routability snapshot saved at iter = {}", iter + 1);
668668
odb::dbBlock* block = pbc_->db()->getChip()->getBlock();
669-
int64_t hpwl = nbc_->getHpwl();
669+
const int64_t hpwl = nbc_->getHpwl();
670670
log_->report("{:9d} | {:8.4f} | {:13.6e} | {:8} | {:9} | {:>5}",
671671
iter,
672672
average_overflow_unscaled_,

0 commit comments

Comments
 (0)