]> granicus.if.org Git - clang/commitdiff
improve comma consistency, yes I'm anal
authorChris Lattner <sabre@nondot.org>
Mon, 31 Mar 2008 23:25:25 +0000 (23:25 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 31 Mar 2008 23:25:25 +0000 (23:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49004 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Decl.h

index 864a50e5c6fb844d065eff885b41230c68facbe0..dc7ba1c1869a2a73cae146cf8a7eb68edb7263c1 100644 (file)
@@ -57,7 +57,7 @@ public:
                Typedef,
     //         TagDecl
                  Enum,
-    //           RecordDecl,
+    //           RecordDecl
                    Struct,
                    Union,
                    Class,