net.lisp: Whitespace fixup.
[zone] / net.lisp
index 1e32684..1750da0 100644 (file)
--- a/net.lisp
+++ b/net.lisp
   (print-unreadable-object (ipn stream :type t)
     (write-string (ipnet-string ipn) stream)))
 
-(defun parse-subnet (class  width max str &key (start 0) (end nil))
+(defun parse-subnet (class width max str &key (start 0) (end nil))
   "Parse a subnet description from a (substring of) STR."
   (setf-default end (length str))
   (let ((sl (position #\/ str :start start :end end)))