bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#41276: [PATCH v2 3/8] * lisp/epg-config.el (epg-config--make-gpg-con


From: Jonas Bernoulli
Subject: bug#41276: [PATCH v2 3/8] * lisp/epg-config.el (epg-config--make-gpg-configuration): Fix indentation.
Date: Tue, 7 Jul 2020 17:47:34 +0200

---
 lisp/epg-config.el | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/lisp/epg-config.el b/lisp/epg-config.el
index daa9a5abd1..1c42924652 100644
--- a/lisp/epg-config.el
+++ b/lisp/epg-config.el
@@ -202,13 +202,13 @@ epg-config--make-gpg-configuration
        (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))
-- 
2.26.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]