From e35b768ac4c8c5756e5ecf950153cea03faf4505 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Wed, 10 Mar 2010 06:51:56 +0000 Subject: [PATCH] Add newline. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98140 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/vtable-layout.cpp | 3 +-- 1 file changed, 1 insertion(+), 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 +} -- 2.40.0