aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Lamb <christopher.lamb@gmail.com>2008-02-04 02:35:11 +0000
committerChristopher Lamb <christopher.lamb@gmail.com>2008-02-04 02:35:11 +0000
commitb41a7d20027f4730f34885ebbca539d9fdb78c9c (patch)
tree11190ce61f01e02908d5f6d8bdd3704f51b77f1f
parentebb97e98c03f8d7034bd3748a10e35f39a95c289 (diff)
Add ending newline to test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46692 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/address-space.c2
1 files changed, 1 insertions, 1 deletions
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]; }