test: Fix whitespace at EOL

This commit is contained in:
Patrick Walton 2012-03-23 15:05:39 -07:00
parent aa0f25ae31
commit df77eb433b

View File

@ -30,7 +30,7 @@ fn g(fcx : &fcx) {
fn f(ccx : &ccx) {
let a = arena(());
let fcx = { arena: &a, ccx: ccx };
let fcx = { arena: &a, ccx: ccx };
ret g(&fcx);
}