]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/epg-config.el (epg-config--make-gpg-configuration): Fix indentation.
authorJonas Bernoulli <jonas@bernoul.li>
Tue, 18 Feb 2020 15:53:34 +0000 (16:53 +0100)
committerJonas Bernoulli <jonas@bernoul.li>
Wed, 15 Jul 2020 16:06:03 +0000 (18:06 +0200)
lisp/epg-config.el

index daa9a5abd17c0bdff11412beddabf03559db2801..1c429246529c5f9fca953b94d0cb5e9056d8894e 100644 (file)
@@ -202,13 +202,13 @@ version requirement is met."
        (cond
         ((eq type 'group)
          (if (string-match "\\`\\([^:]+\\):" args)
-                 (setq groups
-                       (cons (cons (downcase (match-string 1 args))
-                                   (delete "" (split-string
-                                               (substring args
-                                                          (match-end 0))
-                                               ";")))
-                             groups))
+             (setq groups
+                   (cons (cons (downcase (match-string 1 args))
+                               (delete "" (split-string
+                                           (substring args
+                                                      (match-end 0))
+                                           ";")))
+                         groups))
            (if epg-debug
                (message "Invalid group configuration: %S" args))))
         ((memq type '(pubkey cipher digest compress))