From 45be0e069d61a6b7b00f1f12423021d0a5488e68 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Wed, 10 Mar 2010 06:51:56 +0000 Subject: [PATCH] Add newline. llvm-svn: 98140 --- clang/test/CodeGenCXX/vtable-layout.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clang/test/CodeGenCXX/vtable-layout.cpp b/clang/test/CodeGenCXX/vtable-layout.cpp index de6010ceaf03..5c783f1f23dc 100644 --- a/clang/test/CodeGenCXX/vtable-layout.cpp +++ b/clang/test/CodeGenCXX/vtable-layout.cpp @@ -1090,5 +1090,4 @@ class D : virtual B, virtual C { }; void D::d() { } - -} \ No newline at end of file +}