From 1b363b32c6818d6acb5b5713f1e91d4a85776e0b Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 19 Oct 2012 06:47:24 -0400 Subject: [PATCH] A whole bunch of missing newlines at EOFs (and a few other spaceages). original commit: cbfb1fdb370244c2cadcf327332f1c643d4588c0 --- collects/compatibility/defmacro.rkt | 2 +- collects/mzlib/integer-set.rkt | 2 +- collects/mzlib/process.rkt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/compatibility/defmacro.rkt b/collects/compatibility/defmacro.rkt index 9a9594b..ca92215 100644 --- a/collects/compatibility/defmacro.rkt +++ b/collects/compatibility/defmacro.rkt @@ -133,4 +133,4 @@ [else v]))))))) ;; this require has to be here after the submodule -(require (for-syntax 'dmhelp)) \ No newline at end of file +(require (for-syntax 'dmhelp)) diff --git a/collects/mzlib/integer-set.rkt b/collects/mzlib/integer-set.rkt index 1511278..732e342 100644 --- a/collects/mzlib/integer-set.rkt +++ b/collects/mzlib/integer-set.rkt @@ -9,4 +9,4 @@ count) (rename-out [subtract difference] [symmetric-difference xor] - [count card])) \ No newline at end of file + [count card])) diff --git a/collects/mzlib/process.rkt b/collects/mzlib/process.rkt index ed07ddc..9f287ee 100644 --- a/collects/mzlib/process.rkt +++ b/collects/mzlib/process.rkt @@ -3,4 +3,4 @@ ;; deprecated library, see `racket/system` (require racket/system) -(provide (all-from-out racket/system)) \ No newline at end of file +(provide (all-from-out racket/system))