From cf0230f98cc51fbaaac095b329ae5b9a421ba36a Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Thu, 28 Mar 2013 17:22:33 +0200 Subject: [PATCH] Code style --- core/prelude-editor.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/prelude-editor.el b/core/prelude-editor.el index f4eb3f3..dc9b57e 100644 --- a/core/prelude-editor.el +++ b/core/prelude-editor.el @@ -56,8 +56,7 @@ (defcustom prelude-clean-whitespace-on-save t "Cleanup whitespace from file before it's saved. Will only occur if prelude-whitespace is also enabled" :type 'boolean - :group 'prelude -) + :group 'prelude) (defcustom prelude-flyspell t "Non-nil values enable Prelude's flyspell support." @@ -225,7 +224,8 @@ (flyspell-mode +1))) (defun prelude-cleanup-maybe () - (when prelude-clean-whitespace-on-save (whitespace-cleanup))) + (when prelude-clean-whitespace-on-save + (whitespace-cleanup))) (defun prelude-enable-whitespace () (when prelude-whitespace