From b41a7d20027f4730f34885ebbca539d9fdb78c9c Mon Sep 17 00:00:00 2001 From: Christopher Lamb Date: Mon, 4 Feb 2008 02:35:11 +0000 Subject: [PATCH] Add ending newline to test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46692 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/address-space.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; } -- 2.50.1