]> asedeno.scripts.mit.edu Git - cl-protobufs.git/commit
printer.lisp: consume more arguments when appropriate
authorAlejandro R Sedeño <asedeno@google.com>
Mon, 11 Feb 2013 23:32:17 +0000 (18:32 -0500)
committerAlejandro R Sedeño <asedeno@google.com>
Mon, 11 Feb 2013 23:32:30 +0000 (18:32 -0500)
commited071b3b09a3f6dc8f430165dca241feac5c7405
tree25dd9811debce763028b10bf9cd09fca424ca841
parent98639dfe5c0f1b61d903139ebaee02385fad8263
printer.lisp: consume more arguments when appropriate

Here we should have been consuming both the thing we would be printing
and the indentation we would use on the next line, but in the case
where the printed thing was nil, we would only consume it, and not the
subsequent indentation. It worked out here, but the mistake could only
be made once, and only at the end.
printer.lisp