Skip to content

Commit eab43c0

Browse files
committed
Kill some tabs
1 parent d3aa417 commit eab43c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clojure-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,8 +681,8 @@ This function also returns nil meaning don't specify the indentation."
681681
(function-tail (car
682682
(reverse
683683
(split-string (substring-no-properties function) "/")))))
684-
(setq method (or (get (intern-soft function) 'clojure-indent-function)
685-
(get (intern-soft function-tail) 'clojure-indent-function)))
684+
(setq method (or (get (intern-soft function) 'clojure-indent-function)
685+
(get (intern-soft function-tail) 'clojure-indent-function)))
686686
(cond ((member (char-after open-paren) '(?\[ ?\{))
687687
(goto-char open-paren)
688688
(1+ (current-column)))

0 commit comments

Comments
 (0)