Fixed indentation.
authorDaiki Ueno <ueno@unixuser.org>
Tue, 25 Apr 2006 08:19:34 +0000 (08:19 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Tue, 25 Apr 2006 08:19:34 +0000 (08:19 +0000)
lisp/riece-epg.el

index 4a93efb..53a6ede 100644 (file)
@@ -72,9 +72,8 @@
           (cons #'riece-epg-passphrase-callback-function
                 (riece-message-target message)))
          (condition-case error
-             (setq string (epg-decrypt-string
-                           context
-                           (base64-decode-string string)))
+             (setq string (epg-decrypt-string context
+                                              (base64-decode-string string)))
            (error
             (if (setq entry (assoc (riece-message-target message)
                                    riece-epg-passphrase-alist))