From 675cab2c1b7343a952c87ebcbed08e07d6a55d52 Mon Sep 17 00:00:00 2001 From: Daniel Colascione Date: Wed, 26 Feb 2014 13:31:22 -0800 Subject: [PATCH] Fix indentation --- lisp/minibuffer.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 737172e359f..95e45260f85 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -850,12 +850,12 @@ completing buffer and file names, respectively." (setq table (pop new)) (setq point (pop new)) (pop new)))) - (result - (completion--some (lambda (style) - (funcall (nth n (assq style - completion-styles-alist)) - string table pred point)) - (completion--styles metadata)))) + (result + (completion--some (lambda (style) + (funcall (nth n (assq style + completion-styles-alist)) + string table pred point)) + (completion--styles metadata)))) (if requote (funcall requote result n) result))) -- 2.39.2