branch: externals/csharp-mode
commit f46d656fc4ceefeb0ed8f5df8baaf0809a7a495d
Author: Theodor Thornhill <t...@thornhill.no>
Commit: Theodor Thornhill <t...@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