]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-query.el
emacs: Fix indentation
[notmuch] / emacs / notmuch-query.el
index 3a835a002ee7bdc5c3ee1f52c1c4ecb74aa42bee..1db9d7cadfb450a7f157b5fe44ed28fa7a3619e2 100644 (file)
@@ -42,9 +42,9 @@ is a possibly empty forest of replies."
   "Private function to do the actual mapping and flattening."
   (apply 'append
         (mapcar
-          (lambda (tree)
-            (funcall mapper function tree))
-          seq)))
+         (lambda (tree)
+           (funcall mapper function tree))
+         seq)))
 
 (defun notmuch-query-map-threads (fn threads)
   "Apply FN to every thread in THREADS. Flatten results to a list.