From c21872c40b0e032188d803421cfaf47b3f043b69 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 30 Jan 2022 22:22:45 -0800 Subject: stdlib: missing blank line after copyright header. Commit 93edcde038209335122964432bd35dee0c2ecb04, made in August 2021, accidentally removed the blank line after the copyright header in most stdlib files. stdlib{asm.tl, awk.tl, build.tl, compiler.tl, copy-file.tl, debugger.tl, doloop.tl, each-prod.tl, error.tl, except.tl, ffi.tl, getopts.tl, getput.tl, hash.tl, ifa.tl, match.tl, op.tl, package.tl, param.tl, path-test.tl, pic.tl, place.tl, pmac.tl, quips.tl, save-exe.tl, socket.tl, stream-wrap.tl, tagbody.tl, termios.tl, trace.tl, txr-case.tl, type.tl, vm-param.tl, with-resources.tl, with-stream.tl, yield.tl}: Ensure there is a blank line after the copyright header. --- stdlib/stream-wrap.tl | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib/stream-wrap.tl') diff --git a/stdlib/stream-wrap.tl b/stdlib/stream-wrap.tl index c2836253..33513b6b 100644 --- a/stdlib/stream-wrap.tl +++ b/stdlib/stream-wrap.tl @@ -24,6 +24,7 @@ ;; CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ;; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE ;; POSSIBILITY OF SUCH DAMAGE. + (defstruct stream-wrap nil stream (:method put-string (me str) -- cgit v1.2.3