chiark / gitweb /
zone.lisp: Clean up whitespace.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 29 Dec 2013 20:41:15 +0000 (20:41 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 Dec 2013 20:41:15 +0000 (20:41 +0000)
zone.lisp

index 8769fa334f4d5b97a9ffb2353b680c4168b8069f..eaa0e2d5063299f34b09a88964e91d3d1c8c9e72 100644 (file)
--- a/zone.lisp
+++ b/zone.lisp
@@ -397,8 +397,8 @@ (defun make-zone-serial (name)
     (safely-writing (out file)
       (format out
              ";; Serial number file for zone ~A~%~
     (safely-writing (out file)
       (format out
              ";; Serial number file for zone ~A~%~
-               ;;   (LAST-SEQ DAY MONTH YEAR)~%~
-               ~S~%"
+              ;;   (LAST-SEQ DAY MONTH YEAR)~%~
+              ~S~%"
              name
              (cons seq now)))
     (from-mixed-base '(100 100 100) (reverse (cons seq now)))))
              name
              (cons seq now)))
     (from-mixed-base '(100 100 100) (reverse (cons seq now)))))
@@ -410,7 +410,7 @@ (defun zone-parse-head (head)
   "Parse the HEAD of a zone form.  This has the form
 
      (NAME &key :source :admin :refresh :retry
   "Parse the HEAD of a zone form.  This has the form
 
      (NAME &key :source :admin :refresh :retry
-                :expire :min-ttl :ttl :serial)
+               :expire :min-ttl :ttl :serial)
 
    though a singleton NAME needn't be a list.  Returns the default TTL and an
    soa structure representing the zone head."
 
    though a singleton NAME needn't be a list.  Returns the default TTL and an
    soa structure representing the zone head."
@@ -449,8 +449,8 @@ (defun zone-make-name (prefix zone-name)
 (export 'defzoneparse)
 (defmacro defzoneparse (types (name data list
                               &key (prefix (gensym "PREFIX"))
 (export 'defzoneparse)
 (defmacro defzoneparse (types (name data list
                               &key (prefix (gensym "PREFIX"))
-                                   (zname (gensym "ZNAME"))
-                                   (ttl (gensym "TTL")))
+                                   (zname (gensym "ZNAME"))
+                                   (ttl (gensym "TTL")))
                        &body body)
   "Define a new zone record type (or TYPES -- a list of synonyms is
    permitted).  The arguments are as follows:
                        &body body)
   "Define a new zone record type (or TYPES -- a list of synonyms is
    permitted).  The arguments are as follows: