From ade9bf0fabca700bc2a1dadb071179d03515e3cb Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 31 Mar 2008 23:25:25 +0000 Subject: [PATCH] improve comma consistency, yes I'm anal git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49004 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/Decl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/AST/Decl.h b/include/clang/AST/Decl.h index 864a50e5c6..dc7ba1c186 100644 --- a/include/clang/AST/Decl.h +++ b/include/clang/AST/Decl.h @@ -57,7 +57,7 @@ public: Typedef, // TagDecl Enum, - // RecordDecl, + // RecordDecl Struct, Union, Class, -- 2.40.0