From a8be673a9ca0046f200a092726cf5c690a328be9 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Mon, 17 Jan 2011 14:35:57 -0800 Subject: Whitespace cleanup. --- src/comp/middle/trans.rs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/comp/middle/trans.rs b/src/comp/middle/trans.rs index 8b4add88..3a453db5 100644 --- a/src/comp/middle/trans.rs +++ b/src/comp/middle/trans.rs @@ -1319,15 +1319,15 @@ impure fn trans_lit(@block_ctxt cx, &ast.lit lit, &ast.ann ann) -> result { // re-do the mach-int types using 'big' when that works. auto t = T_int(); alt (tm) { - case (common.ty_u8) { t = T_i8(); } - case (common.ty_u16) { t = T_i16(); } - case (common.ty_u32) { t = T_i32(); } - case (common.ty_u64) { t = T_i64(); } - - case (common.ty_i8) { t = T_i8(); } - case (common.ty_i16) { t = T_i16(); } - case (common.ty_i32) { t = T_i32(); } - case (common.ty_i64) { t = T_i64(); } + case (common.ty_u8) { t = T_i8(); } + case (common.ty_u16) { t = T_i16(); } + case (common.ty_u32) { t = T_i32(); } + case (common.ty_u64) { t = T_i64(); } + + case (common.ty_i8) { t = T_i8(); } + case (common.ty_i16) { t = T_i16(); } + case (common.ty_i32) { t = T_i32(); } + case (common.ty_i64) { t = T_i64(); } case (_) { cx.fcx.ccx.sess.bug("bad mach int literal type"); } -- cgit v1.2.3