branch: elpa/cycle-at-point
commit 3a635cdb6e0f106370ec762c8382b5cfc33690e7
Author: Campbell Barton <ideasma...@gmail.com>
Commit: Campbell Barton <ideasma...@gmail.com>

    Cleanup: re-format
---
 cycle-at-point.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/cycle-at-point.el b/cycle-at-point.el
index a9925a4360..8ae6d74ef2 100644
--- a/cycle-at-point.el
+++ b/cycle-at-point.el
@@ -307,9 +307,10 @@ when the preset isn't found."
               (progn
                 (require preset-sym)
                 t)
-            (error (unless quiet
-                     (message "cycle-at-point: preset %S not found! (%S)" 
preset-id err))
-                   nil))
+            (error
+             (unless quiet
+               (message "cycle-at-point: preset %S not found! (%S)" preset-id 
err))
+             nil))
       (funcall preset-sym))))
 
 ;;;###autoload

Reply via email to