diff options
author | Anders Carlsson <andersca@mac.com> | 2010-03-10 06:51:56 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2010-03-10 06:51:56 +0000 |
commit | e35b768ac4c8c5756e5ecf950153cea03faf4505 (patch) | |
tree | 70a5a2091bff3e9bb931da01f7dbdd1c78e04348 | |
parent | 6039661c20eb6345c9d7dc1abd644183ebc91063 (diff) |
Add newline.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98140 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenCXX/vtable-layout.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGenCXX/vtable-layout.cpp b/test/CodeGenCXX/vtable-layout.cpp index de6010ceaf..5c783f1f23 100644 --- a/test/CodeGenCXX/vtable-layout.cpp +++ b/test/CodeGenCXX/vtable-layout.cpp @@ -1090,5 +1090,4 @@ class D : virtual B, virtual C { }; void D::d() { } - -}
\ No newline at end of file +} |