Update Gnus to No Gnus 0.7 from the Gnus CVS trunk
[bpt/emacs.git] / lisp / gnus / qp.el
index 17cc7ef..d601222 100644 (file)
@@ -70,8 +70,8 @@ them into characters should be done separately."
                 (delete-char 2))
                ((looking-at "=[0-9A-F][0-9A-F]")
                 (let ((byte (string-to-number (buffer-substring (1+ (point))
-                                                                (+ 3 (point)))
-                                              16)))
+                                                             (+ 3 (point)))
+                                           16)))
                   (mm-insert-byte byte 1)
                   (delete-char 3)))
                (t