cosmetic: indentation fixes and some comments

This commit is contained in:
Marius Gerbershagen 2018-06-13 20:54:26 +02:00
parent d27f1494e1
commit 25a72ff80a
7 changed files with 36 additions and 32 deletions

View file

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