(testsuite) fix indent/comment sync_after_int

This commit is contained in:
Freddy Vulto 2010-02-11 23:12:04 +01:00
parent 9f107370c4
commit 99e550c3a8

View File

@ -846,7 +846,7 @@ proc sync_after_int {{prompt /@}} {
# one expects `.txt' as a completion (wrong, because it isn't # one expects `.txt' as a completion (wrong, because it isn't
# there), the unmatched completions need to be cleaned up. # there), the unmatched completions need to be cleaned up.
expect -re ".*$prompt$" expect -re ".*$prompt$"
}; # sync_after_int() }
proc sync_after_tab {} { proc sync_after_tab {} {