branch: externals/ampc
commit 8df5fd0ff3379274d99e368ce0a8ea5cadf4a59a
Author: Christopher Schmidt <christop...@ch.ristopher.com>
Commit: Christopher Schmidt <christop...@ch.ristopher.com>

    Fix indentation in source code.
---
 ampc.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ampc.el b/ampc.el
index 100b4b87dd..90bfe6d788 100644
--- a/ampc.el
+++ b/ampc.el
@@ -386,10 +386,10 @@ This hook is called as the first thing when ampc is 
started."
        (with-current-buffer b
          (let ((buffer-read-only))
            ,@(if (eq (car body) 'no-se)
-                (cdr body)
-              `((save-excursion
-                  (goto-char (point-min))
-                  ,@body))))))))
+                 (cdr body)
+               `((save-excursion
+                   (goto-char (point-min))
+                   ,@body))))))))
 
 (defmacro ampc-fill-skeleton (tag &rest body)
   (declare (indent 1) (debug t))

Reply via email to