Skip to content

Commit 3ca94ab

Browse files
committed
clang-format
Signed-off-by: Cho Moon <cmoon@precisioninno.com>
1 parent a0dc7fd commit 3ca94ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rsz/src/RepairSetup.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ void RepairSetup::repairSetup(const float setup_slack_margin,
155155
"Repairing {} out of {} ({:0.2f}%) violating endpoints...",
156156
max_end_count,
157157
violating_ends.size(),
158-
repair_tns_end_percent*100.0);
158+
repair_tns_end_percent * 100.0);
159159

160160
// Ensure that max cap and max fanout violations don't get worse
161161
sta_->checkCapacitanceLimitPreamble();

0 commit comments

Comments
 (0)