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 304c136..53cc827 100644
--- a/test/CodeGen/address-space.c
+++ b/test/CodeGen/address-space.c
@@ -4,4 +4,4 @@
 
 int bar() { return foo; }
 
-int baz(int i) { return ban[i]; }
\ No newline at end of file
+int baz(int i) { return ban[i]; }