A long overdue scan to eliminate files without terminating newlines.

(DrRacket should really do that.)

original commit: 40124a0619da5e187d95aeb1dde237f05d6f9c6b
This commit is contained in:
Eli Barzilay 2011-06-28 02:01:41 -04:00
parent b60716e547
commit ef528b7fc5
6 changed files with 2 additions and 7 deletions

View File

@ -523,4 +523,3 @@
(set-flags (cons 'handles-events (get-flags))) (set-flags (cons 'handles-events (get-flags)))
(set-snipclass number-snipclass) (set-snipclass number-snipclass)
(iterate 1))) ;; calc first digits (iterate 1))) ;; calc first digits

View File

@ -46,4 +46,3 @@
(begin (begin
(retain f) (retain f)
f))))))))) f)))))))))

View File

@ -39,5 +39,3 @@
(arithmetic-shift (GdkColor-red c) -8) (arithmetic-shift (GdkColor-red c) -8)
(arithmetic-shift (GdkColor-green c) -8) (arithmetic-shift (GdkColor-green c) -8)
(arithmetic-shift (GdkColor-blue c) -8)))))) (arithmetic-shift (GdkColor-blue c) -8))))))

View File

@ -84,4 +84,3 @@
'failed 'failed
'passed) 'passed)
'passed)))))) 'passed))))))