branch: elpa/swift-mode
commit 78265504f99118f2258a4c15ae2e4e4ce601803c
Author: Bozhidar Batsov <bozhi...@batsov.com>
Commit: Bozhidar Batsov <bozhi...@batsov.com>

    Fix code alignment
---
 swift-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/swift-mode.el b/swift-mode.el
index afc9574..84d00be 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -563,8 +563,8 @@ You can send text to the REPL process from other buffers 
containing source.
     (modify-syntax-entry ?: "_" table)
 
     ;; Comments
-    (modify-syntax-entry ?/  ". 124b"  table)
-    (modify-syntax-entry ?*  ". 23n" table)
+    (modify-syntax-entry ?/  ". 124b" table)
+    (modify-syntax-entry ?*  ". 23n"  table)
     (modify-syntax-entry ?\n "> b"    table)
 
     ;; Parenthesis, braces and brackets

Reply via email to