Skip to content

Commit 97b1f5c

Browse files
committed
gpl remove emptyspaces for tcl lint
Signed-off-by: Augusto Berndt <augusto.berndt@precisioninno.com>
1 parent bd07bfa commit 97b1f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gpl/src/replace.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ proc global_placement { args } {
101101

102102
if { [info exists keys(-timing_driven_net_reweight_overflow)] } {
103103
set overflow_list $keys(-timing_driven_net_reweight_overflow)
104-
} else {
104+
} else {
105105
set overflow_list [list 64 20]
106106
}
107107

0 commit comments

Comments
 (0)