]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix formatting/indentation.
authorRomain Francoise <romain@orebokech.com>
Fri, 11 Aug 2006 14:11:24 +0000 (14:11 +0000)
committerRomain Francoise <romain@orebokech.com>
Fri, 11 Aug 2006 14:11:24 +0000 (14:11 +0000)
lisp/textmodes/dns-mode.el

index 8ee69f03d7bd7724db3e468730ebf3fef2fef45f..21fe137118f9a1c9cc15c67b01e72a79574dea25 100644 (file)
@@ -216,12 +216,12 @@ This function is run from `before-save-hook'."
             dns-mode-soa-auto-increment-serial
             (or (eq dns-mode-soa-auto-increment-serial t)
                 (y-or-n-p "Increment SOA serial? ")))
-    ;; If `dns-mode-soa-increment-serial' signals
-    ;; an error saving will fail but that probably means that the
-    ;; serial should be fixed to comply with the RFC anyway! -rfr
+    ;; If `dns-mode-soa-increment-serial' signals an error saving will
+    ;; fail but that probably means that the serial should be fixed to
+    ;; comply with the RFC anyway! -rfr
     (progn (dns-mode-soa-increment-serial)
-           ;; We return nil in case this is used in write-contents-functions.
-           nil)))
+          ;; We return nil in case this is used in write-contents-functions.
+          nil)))
 
 ;;;###autoload(add-to-list 'auto-mode-alist '("\\.soa\\'" . dns-mode))