diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-01-02 03:02:06 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-01-02 03:02:06 -0800 |
commit | 1561d1cce8137e1957e4333740034ce02455c6bf (patch) | |
tree | 4488c522f3000c318bea0e78f7c6e44280e18396 | |
parent | 4058592ca66e3c2582c36aa98d50fe95fd8e0aaf (diff) | |
download | txr-1561d1cce8137e1957e4333740034ce02455c6bf.tar.gz txr-1561d1cce8137e1957e4333740034ce02455c6bf.tar.bz2 txr-1561d1cce8137e1957e4333740034ce02455c6bf.zip |
seq_info: whitespace.
* lib.c (seq_info): Incorrect indentation of else
statement fixed.
-rw-r--r-- | lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -308,7 +308,7 @@ seq_info_t seq_info(val obj) if (maybe_slot(obj, car_s)) ret.kind = SEQ_LISTLIKE; else - ret.kind = SEQ_NOTSEQ; + ret.kind = SEQ_NOTSEQ; } else { ret.kind = SEQ_NOTSEQ; } |