src/module-impl.lisp (output-c-excursion): Remove redundant `~&'.
[sod] / src / module-impl.lisp
index 206b5e6..873e091 100644 (file)
           (funcall thunk)
           (when (typep stream 'position-aware-stream)
             (fresh-line stream)
-            (format stream "~&#line ~D ~S~%"
+            (format stream "#line ~D ~S~%"
                     (1+ (position-aware-stream-line stream))
                     (let ((path (stream-pathname stream)))
                       (if path (namestring path) "<sod-output>")))))