From: Jonas Bernoulli Date: Tue, 18 Feb 2020 15:53:34 +0000 (+0100) Subject: * lisp/epg-config.el (epg-config--make-gpg-configuration): Fix indentation. X-Git-Tag: emacs-28.0.90~7005 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da6edafcb138ade46358a8c24ece8f3fca6e801a;p=emacs.git * lisp/epg-config.el (epg-config--make-gpg-configuration): Fix indentation. --- diff --git a/lisp/epg-config.el b/lisp/epg-config.el index daa9a5abd17..1c429246529 100644 --- a/lisp/epg-config.el +++ b/lisp/epg-config.el @@ -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))