From: Chris Lattner Date: Tue, 21 Dec 2010 02:36:58 +0000 (+0000) Subject: add missing newlines at end of file. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=124b3def9ed99dc844225aeb6b17f789307500ee;p=clang add missing newlines at end of file. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122309 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CXX/stmt.stmt/stmt.select/p3.cpp b/test/CXX/stmt.stmt/stmt.select/p3.cpp index 31de685ed3..35e5c919fb 100644 --- a/test/CXX/stmt.stmt/stmt.select/p3.cpp +++ b/test/CXX/stmt.stmt/stmt.select/p3.cpp @@ -16,4 +16,4 @@ void h() { int x; // expected-error{{redefinition of 'x'}} else int x; // expected-error{{redefinition of 'x'}} -} \ No newline at end of file +} diff --git a/test/CodeGenCXX/array-value-initialize.cpp b/test/CodeGenCXX/array-value-initialize.cpp index 8a3d5ff8b6..27607c1c75 100644 --- a/test/CodeGenCXX/array-value-initialize.cpp +++ b/test/CodeGenCXX/array-value-initialize.cpp @@ -49,4 +49,4 @@ int main() Stuff b = a; return 0; -} \ No newline at end of file +} diff --git a/test/CodeGenCXX/nullptr.cpp b/test/CodeGenCXX/nullptr.cpp index dddae26230..1ea23ec0a9 100644 --- a/test/CodeGenCXX/nullptr.cpp +++ b/test/CodeGenCXX/nullptr.cpp @@ -21,4 +21,4 @@ void g() { const std::type_info& f2() { return typeid(nullptr_t); -} \ No newline at end of file +} diff --git a/test/CodeGenCXX/value-init.cpp b/test/CodeGenCXX/value-init.cpp index 48ea3ca9ed..0d091cd5fd 100644 --- a/test/CodeGenCXX/value-init.cpp +++ b/test/CodeGenCXX/value-init.cpp @@ -150,4 +150,4 @@ void f(const C& c) { S s = {c, 42, c}; } -} \ No newline at end of file +} diff --git a/test/Index/annotate-tokens.cpp b/test/Index/annotate-tokens.cpp index 0aac96b461..3138babf0a 100644 --- a/test/Index/annotate-tokens.cpp +++ b/test/Index/annotate-tokens.cpp @@ -28,4 +28,4 @@ void test(bonk X) { // CHECK: Identifier: "bonk" [4:24 - 4:28] TypeRef=struct bonk:1:8 // CHECK: Punctuation: ")" [4:28 - 4:29] UnexposedExpr= // CHECK: Punctuation: ";" [4:29 - 4:30] UnexposedStmt= -// CHECK: Punctuation: "}" [5:1 - 5:2] UnexposedStmt= \ No newline at end of file +// CHECK: Punctuation: "}" [5:1 - 5:2] UnexposedStmt=