mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-28 07:22:27 -08:00
cosmetic: untabify
Signed-off-by: Daniel Kochmański <dkochmanski@turtle-solutions.eu>
This commit is contained in:
parent
c0f7a92651
commit
4d19a27424
370 changed files with 63383 additions and 63383 deletions
|
|
@ -51,13 +51,13 @@ _ecl_write_bclosure(cl_object x, cl_object stream)
|
|||
{
|
||||
if (ecl_print_readably()) {
|
||||
cl_object lex = x->bclosure.lex;
|
||||
if (Null(lex)) {
|
||||
_ecl_write_bytecodes(x->bclosure.code, stream);
|
||||
} else {
|
||||
writestr_stream("#Y", stream);
|
||||
si_write_ugly_object(cl_list(2, x->bclosure.code, lex),
|
||||
stream);
|
||||
}
|
||||
if (Null(lex)) {
|
||||
_ecl_write_bytecodes(x->bclosure.code, stream);
|
||||
} else {
|
||||
writestr_stream("#Y", stream);
|
||||
si_write_ugly_object(cl_list(2, x->bclosure.code, lex),
|
||||
stream);
|
||||
}
|
||||
} else {
|
||||
cl_object name = x->bytecodes.name;
|
||||
writestr_stream("#<bytecompiled-closure ", stream);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue