Explorar el Código

whitespace-cleanup

Mark VandenBrink hace 12 años
padre
commit
4517638273
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      utils.lisp

+ 0 - 1
utils.lisp

@@ -69,7 +69,6 @@ The macro expansion has relatively low overhead in space or time."
 (deftype octets () '(simple-array octet (*)))
 (defmacro make-octets (len) `(make-array ,len :element-type 'octet))
 
-
 (defparameter *break-on-warn-user* nil "set to T if you'd like to stop in warn-user")
 
 (defun warn-user (format-string &rest args)