1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

repl whitespace fix

* module/system/repl/repl.scm: Fix whitespace.
This commit is contained in:
Andy Wingo 2010-06-18 11:44:26 +02:00
parent 4f99a49919
commit 39d950fd21

View file

@ -122,5 +122,3 @@
(read-char)
(if (not (char=? ch #\newline))
(flush-to-newline)))))))