From: Christopher Lamb Date: Mon, 4 Feb 2008 02:35:11 +0000 (+0000) Subject: Add ending newline to test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b41a7d20027f4730f34885ebbca539d9fdb78c9c;p=clang Add ending newline to test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46692 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/address-space.c b/test/CodeGen/address-space.c index 304c13638a..53cc827a55 100644 --- a/test/CodeGen/address-space.c +++ b/test/CodeGen/address-space.c @@ -4,4 +4,4 @@ int ban[10] __attribute__((address_space(1))); int bar() { return foo; } -int baz(int i) { return ban[i]; } \ No newline at end of file +int baz(int i) { return ban[i]; }