From 4192f0336e86532904b82ae63cd57b966f1c6dfd Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 3 Aug 2011 16:22:53 +0000 Subject: [PATCH] Remove stray comma git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136783 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Serialization/ASTBitCodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Serialization/ASTBitCodes.h b/include/clang/Serialization/ASTBitCodes.h index 70a323a5c3..51146f0c99 100644 --- a/include/clang/Serialization/ASTBitCodes.h +++ b/include/clang/Serialization/ASTBitCodes.h @@ -670,7 +670,7 @@ namespace clang { /// it is created. enum PredefinedDeclIDs { /// \brief The NULL declaration. - PREDEF_DECL_NULL_ID = 0, + PREDEF_DECL_NULL_ID = 0 }; /// \brief The number of declaration IDs that are predefined. -- 2.50.1