chiark / gitweb /
src/module-impl.lisp (output-c-excursion): Remove redundant `~&'.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 5 Jan 2016 16:29:45 +0000 (16:29 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 May 2016 13:40:40 +0000 (14:40 +0100)
commit44929d946ed4afd2792bb1355f4bd1226bea6449
treea95f3991b68f51de71b3ae9a0d8f9fc0c81e26ac
parentf6eafb24c6798b8c68fa00b08814ddf57a0f630c
src/module-impl.lisp (output-c-excursion): Remove redundant `~&'.

There's no need to have both an explicit call to `fresh-line' and `~&'
on the front of the following `format' string.  The `fresh-line' call is
the right one to leave: otherwise the new line (if any) is started after
we've called `position-aware-stream-line', which will therefore give us
the wrong answer.
src/module-impl.lisp