summaryrefslogtreecommitdiffstats
path: root/clang/AST/Decl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/AST/Decl.cpp')
-rw-r--r--clang/AST/Decl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/AST/Decl.cpp b/clang/AST/Decl.cpp
index 22fbabbd30c..f4a346ff972 100644
--- a/clang/AST/Decl.cpp
+++ b/clang/AST/Decl.cpp
@@ -158,4 +158,4 @@ FieldDecl* RecordDecl::getMember(IdentifierInfo *name) {
return Members[i];
}
return 0;
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud