aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-03-31 23:25:25 +0000
committerChris Lattner <sabre@nondot.org>2008-03-31 23:25:25 +0000
commitade9bf0fabca700bc2a1dadb071179d03515e3cb (patch)
treebfb190bb73989695dbbc4cea2ee4f720654fc98f
parent8fb001684fb7740d6bed973f927bc33bc7473ff7 (diff)
improve comma consistency, yes I'm anal
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49004 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/AST/Decl.h2
1 files changed, 1 insertions, 1 deletions
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,