Skip to content

Commit c5b2cc0

Browse files
committed
tclfmt: fix formatting
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 2ed874f commit c5b2cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/orfs/mock-array/load_power.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ foreach libFile $::env(LIB_FILES) {
66
}
77
}
88

9-
proc check_log_for_warning {logfile} {
9+
proc check_log_for_warning { logfile } {
1010
set f [open $logfile r]
1111
set log_contents [read $f]
1212
close $f

0 commit comments

Comments
 (0)