diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-09-17 21:15:03 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-09-17 21:15:03 -0700 |
commit | baef58bfde173aff6898030e46aeafe39b18c813 (patch) | |
tree | 0d969a811cf3be077f33e0b78cb901eac0726edb | |
parent | 91935fc0c9a1ccf23cee42b614baf0b49bc868ec (diff) | |
download | txr-baef58bfde173aff6898030e46aeafe39b18c813.tar.gz txr-baef58bfde173aff6898030e46aeafe39b18c813.tar.bz2 txr-baef58bfde173aff6898030e46aeafe39b18c813.zip |
Whitespace fix.
* parser.c (load_rcfile): Trailing whitespace after declaration.
-rw-r--r-- | parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -375,7 +375,7 @@ static void load_rcfile(val name) val resolved_name; val lisp_p = t; val stream = nil; - val stat = nil; + val stat = nil; val catch_syms = cons(error_s, nil); uw_catch_begin (catch_syms, sy, va); |