From: Dmitri Gribenko Date: Fri, 27 Jul 2012 23:26:26 +0000 (+0000) Subject: CommentSema.cpp: remove extra semicolon X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ba5880d6b3278a51ad69307f2c65fa3a118cb85;p=clang CommentSema.cpp: remove extra semicolon git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160901 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/CommentSema.cpp b/lib/AST/CommentSema.cpp index f0790760a9..bb0d03ebd2 100644 --- a/lib/AST/CommentSema.cpp +++ b/lib/AST/CommentSema.cpp @@ -451,7 +451,7 @@ unsigned Sema::correctTypoInParmVarReference( if (BestEditDistance <= MaxEditDistance) return BestPVDIndex; else - return ParamCommandComment::InvalidParamIndex;; + return ParamCommandComment::InvalidParamIndex; } // TODO: tablegen