chiark / gitweb /
net.lisp: Whitespace fixup.
[zone] / net.lisp
index 1e326842ec62f519774efc01330319b67eb5aaf0..1750da0357e4ca1f519ef1371878e6d5da735657 100644 (file)
--- a/net.lisp
+++ b/net.lisp
@@ -315,7 +315,7 @@ (defmethod print-object ((ipn ipnet) stream)
   (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)))