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

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

[elpa] externals/csharp-mode f46d656 321/459: Fix indentation in one def


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode f46d656 321/459: Fix indentation in one defconst
Date: Sun, 22 Aug 2021 13:59:53 -0400 (EDT)

branch: externals/csharp-mode
commit f46d656fc4ceefeb0ed8f5df8baaf0809a7a495d
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Theodor Thornhill <theo@thornhill.no>

    Fix indentation in one defconst
---
 csharp-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csharp-mode.el b/csharp-mode.el
index ae41e51..e9e9882 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -202,7 +202,7 @@
 
 (c-lang-defconst c-other-op-syntax-tokens
   csharp  (append '("#")
-              (c-lang-const c-other-op-syntax-tokens)))
+                 (c-lang-const c-other-op-syntax-tokens)))
 
 (c-lang-defconst c-line-comment-starter
   csharp "//")



reply via email to

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