diff options
author | Andy Wingo <wingo@pobox.com> | 2010-06-18 11:44:26 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-06-18 11:44:26 +0200 |
commit | 39d950fd2181059bec987e973a95d714fbc04d54 (patch) | |
tree | fe99380b8455b22fc5a248f9fd4134b65d7098f0 /module/system/repl | |
parent | 4f99a499197b592a9a3060de2205531852f4f94d (diff) | |
download | guile-39d950fd2181059bec987e973a95d714fbc04d54.tar.gz |
repl whitespace fix
* module/system/repl/repl.scm: Fix whitespace.
Diffstat (limited to 'module/system/repl')
-rw-r--r-- | module/system/repl/repl.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/system/repl/repl.scm b/module/system/repl/repl.scm index 523f3bb8f..f9c11b4bf 100644 --- a/module/system/repl/repl.scm +++ b/module/system/repl/repl.scm @@ -122,5 +122,3 @@ (read-char) (if (not (char=? ch #\newline)) (flush-to-newline))))))) - -
\ No newline at end of file |