branch: elpa/swift-mode commit 5e7d1b9119f52f1c5ab22a4cf70b761bed2af786 Author: Anthony Green <akoaysi...@gmail.com> Commit: Anthony Green <akoaysi...@gmail.com>
Update swift-mode.el remove whitespace --- swift-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index 362edb2..437a921 100644 --- a/swift-mode.el +++ b/swift-mode.el @@ -274,7 +274,7 @@ ((looking-at "else if") (goto-char (match-end 0)) "elseif") - + (t (let ((tok (smie-default-forward-token))) (cond ((equal tok "case")