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

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

[nongnu] elpa/d-mode 29589e6 064/346: Line after 'else' should not be a


From: ELPA Syncer
Subject: [nongnu] elpa/d-mode 29589e6 064/346: Line after 'else' should not be a statment-cont
Date: Sun, 29 Aug 2021 11:00:04 -0400 (EDT)

branch: elpa/d-mode
commit 29589e61ca44a36b8f73e50cb456839f7daa8162
Author: Lukasz Wrzosek <wrzoski@gmail.com>
Commit: Lukasz Wrzosek <wrzoski@gmail.com>

    Line after 'else' should not be a statment-cont
---
 d-mode.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/d-mode.el b/d-mode.el
index 31e9326..fc838ed 100644
--- a/d-mode.el
+++ b/d-mode.el
@@ -240,8 +240,7 @@ operators."
 (c-lang-defconst c-block-stmt-2-kwds
   ;; Statement keywords followed by a paren sexp and then by a substatement.
   d '("for" "if" "switch" "while" "catch" "synchronized" "scope"
-      "foreach" "foreach_reverse" "with" "unittest"
-      "else static if" "else"))
+      "foreach" "foreach_reverse" "with" "unittest"))
 
 (c-lang-defconst c-simple-stmt-kwds
   ;; Statement keywords followed by an expression or nothing.



reply via email to

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