OSDN Git Service

Fixed indent.
authorDaiki Ueno <ueno@unixuser.org>
Sat, 24 Mar 2007 08:58:26 +0000 (08:58 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Sat, 24 Mar 2007 08:58:26 +0000 (08:58 +0000)
epg.el

diff --git a/epg.el b/epg.el
index 356ad57..6b8e703 100644 (file)
--- a/epg.el
+++ b/epg.el
@@ -1663,8 +1663,7 @@ This function is for internal use only."
   (let ((args (append (if epg-gpg-home-directory
                          (list "--homedir" epg-gpg-home-directory))
                      '("--with-colons" "--no-greeting" "--batch"
-                           "--with-fingerprint"
-                           "--with-fingerprint")
+                       "--with-fingerprint" "--with-fingerprint")
                      (unless (eq (epg-context-protocol context) 'CMS)
                        '("--fixed-list-mode"))))
        (list-keys-option (if (memq mode '(t secret))