Minor indentation fix.
authorManuel Mohr <manuel.mohr@kit.edu>
Wed, 14 Sep 2011 12:48:53 +0000 (14:48 +0200)
committerManuel Mohr <manuel.mohr@kit.edu>
Wed, 14 Sep 2011 12:48:53 +0000 (14:48 +0200)
ir/lower/lower_copyb.c

index f82b102..c130441 100644 (file)
@@ -172,8 +172,8 @@ static void lower_small_copyb_node(ir_node *irn)
 
 static ir_type *get_memcpy_methodtype()
 {
-       ir_type              *tp           = new_type_method(3, 1);
-       ir_mode              *size_t_mode  = get_ir_mode(native_mode_bytes);
+       ir_type *tp          = new_type_method(3, 1);
+       ir_mode *size_t_mode = get_ir_mode(native_mode_bytes);
 
        set_method_param_type(tp, 0, get_type_for_mode(mode_P));
        set_method_param_type(tp, 1, get_type_for_mode(mode_P));