From 9bc2702cf13e5096e391088208cc71e580cf2fd7 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Fri, 25 Apr 2014 12:01:16 +0200 Subject: Reindent all again. --- helm-font.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'helm-font.el') diff --git a/helm-font.el b/helm-font.el index aaf455cc..201f6c4b 100644 --- a/helm-font.el +++ b/helm-font.el @@ -40,7 +40,7 @@ (let ((current-font (cdr (assoc 'font (frame-parameters)))) (default-font elm)) (unwind-protect - (progn (set-frame-font default-font 'keep-size) (sit-for 2)) + (progn (set-frame-font default-font 'keep-size) (sit-for 2)) (set-frame-font current-font)))) (defvar helm-xfonts-cache nil) @@ -93,9 +93,9 @@ Only math* symbols are collected." diff ? ))) (if (fboundp 'ucs-insert) (ucs-insert v) - ;; call `insert-char' with nil nil - ;; to shutup byte compiler in 24.1. - (insert-char v nil nil)) + ;; call `insert-char' with nil nil + ;; to shutup byte compiler in 24.1. + (insert-char v nil nil)) (insert "\n"))))) (defun helm-ucs-forward-char (_candidate) -- cgit v1.2.3