summaryrefslogtreecommitdiff
path: root/misc/ruby-style.el
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ruby-style.el')
-rw-r--r--misc/ruby-style.el14
1 files changed, 7 insertions, 7 deletions
diff --git a/misc/ruby-style.el b/misc/ruby-style.el
index 1915419056..b99e71b35c 100644
--- a/misc/ruby-style.el
+++ b/misc/ruby-style.el
@@ -21,7 +21,7 @@
(save-excursion
(back-to-indentation)
(unless (progn (backward-up-list) (back-to-indentation)
- (> (point) (cdr x)))
+ (> (point) (cdr x)))
(goto-char (cdr x))
(if (looking-at "\\<case\\|default\\>") '*))))
@@ -29,14 +29,14 @@
(save-excursion
(back-to-indentation)
(unless (progn (backward-up-list) (back-to-indentation)
- (>= (point) (cdr x)))
+ (>= (point) (cdr x)))
(goto-char (cdr x))
(condition-case ()
- (progn
- (backward-up-list)
- (backward-sexp 2)
- (if (looking-at "\\<switch\\>") '/))
- (error)))))
+ (progn
+ (backward-up-list)
+ (backward-sexp 2)
+ (if (looking-at "\\<switch\\>") '/))
+ (error)))))
(require 'cc-styles)
(c-add-style