mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 13:01:42 -08:00
fix bogus change during reindent
This commit is contained in:
parent
4e4e07eaed
commit
b07cac33b1
1 changed files with 1 additions and 3 deletions
|
|
@ -182,10 +182,8 @@ cl_alphanumericp(cl_object c)
|
|||
if (!ecl_char_eq(c, ecl_va_arg(cs))) {
|
||||
@(return ECL_NIL);
|
||||
}
|
||||
else {
|
||||
@(return ECL_T);
|
||||
}
|
||||
}
|
||||
@(return ECL_T);
|
||||
} @)
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue