[cfe-commits] r46692 - /cfe/trunk/test/CodeGen/address-space.c
Christopher Lamb
christopher.lamb at gmail.com
Sun Feb 3 18:35:12 PST 2008
Author: clamb
Date: Sun Feb 3 20:35:11 2008
New Revision: 46692
URL: http://llvm.org/viewvc/llvm-project?rev=46692&view=rev
Log:
Add ending newline to test.
Modified:
cfe/trunk/test/CodeGen/address-space.c
Modified: cfe/trunk/test/CodeGen/address-space.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/address-space.c?rev=46692&r1=46691&r2=46692&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/address-space.c (original)
+++ cfe/trunk/test/CodeGen/address-space.c Sun Feb 3 20:35:11 2008
@@ -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]; }
More information about the cfe-commits
mailing list