Browse Source

whitespace-cleanup

Mark VandenBrink 12 năm trước cách đây
mục cha
commit
4517638273
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)