]> granicus.if.org Git - clang/commitdiff
Add ending newline to test.
authorChristopher Lamb <christopher.lamb@gmail.com>
Mon, 4 Feb 2008 02:35:11 +0000 (02:35 +0000)
committerChristopher Lamb <christopher.lamb@gmail.com>
Mon, 4 Feb 2008 02:35:11 +0000 (02:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46692 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/address-space.c

index 304c13638aea6a36a2d718197edd8cc0b340a8e2..53cc827a5550fed4be39c760debb5ca10816518a 100644 (file)
@@ -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]; }