Check for duplicated empty lines, empty at end of file
[wolf] / resources / emptylineatend.lisp
diff --git a/resources/emptylineatend.lisp b/resources/emptylineatend.lisp
new file mode 100644 (file)
index 0000000..ead2dbb
--- /dev/null
@@ -0,0 +1,9 @@
+(in-package #:nothing)
+
+(defun hello-world (a b c)
+ (progn
+  (with-open-file (str "increasinglylongfilenamesfailme.dat" :direction :input :if-does-not-exist :create)
+   (when
+    (read-line str)
+    (format t "This file had some things in int, yay!~%")))))
+