[pkg-d-commits] [ldc] 163/211: Remove unnecessary semicolon [nfc]

Matthias Klumpp mak at moszumanska.debian.org
Sun Apr 23 22:36:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to annotated tag v1.1.0
in repository ldc.

commit 9f4cdb51688d204da04ccdac2b35fa2cd5dc9c7e
Author: David Nadlinger <code at klickverbot.at>
Date:   Sun Nov 27 04:10:03 2016 +0000

    Remove unnecessary semicolon [nfc]
---
 gen/statements.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gen/statements.cpp b/gen/statements.cpp
index 0e730ca..1f02271 100644
--- a/gen/statements.cpp
+++ b/gen/statements.cpp
@@ -48,7 +48,7 @@ namespace {
 bool compareCaseStrings(CaseStatement *lhs, CaseStatement *rhs) {
   return lhs->exp->compare(rhs->exp) < 0;
 }
-};
+}
 
 static LLValue *call_string_switch_runtime(llvm::Value *table, Expression *e) {
   Type *dt = e->type->toBasetype();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list