changeset 72361:3b5cb5e41d55

Fix formatting/indentation.
author Romain Francoise <romain@orebokech.com>
date Fri, 11 Aug 2006 14:11:24 +0000
parents 8cd74611dbf4
children 629621fd21d1
files lisp/textmodes/dns-mode.el
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/dns-mode.el	Fri Aug 11 14:11:10 2006 +0000
+++ b/lisp/textmodes/dns-mode.el	Fri Aug 11 14:11:24 2006 +0000
@@ -216,12 +216,12 @@
 	     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))