fix bogus change during reindent

This commit is contained in:
Daniel Kochmański 2016-12-05 22:06:23 +01:00
parent 4e4e07eaed
commit b07cac33b1

View file

@ -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