emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/swift-mode 7826550 124/496: Fix code alignment


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 7826550 124/496: Fix code alignment
Date: Sun, 29 Aug 2021 11:33:20 -0400 (EDT)

branch: elpa/swift-mode
commit 78265504f99118f2258a4c15ae2e4e4ce601803c
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@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

[Prev in Thread] Current Thread [Next in Thread]