mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 09:20:23 -07:00
cosmetic: indentation fixes and some comments
This commit is contained in:
parent
d27f1494e1
commit
25a72ff80a
7 changed files with 36 additions and 32 deletions
|
|
@ -429,7 +429,7 @@ disassemble(cl_object bytecodes, cl_opcode *vector) {
|
|||
Returns from the block whose record in the lexical environment
|
||||
occuppies the n-th position.
|
||||
*/
|
||||
case OP_RETURN: string = "RETFROM";
|
||||
case OP_RETURN: string = "RETFROM\t";
|
||||
GET_OPARG(n, vector);
|
||||
goto OPARG;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue