]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
style fix
authorWolfgang Bumiller <wolfgang.linux@bumiller.com>
Tue, 1 May 2012 10:13:04 +0000 (12:13 +0200)
committerWolfgang Bumiller <wolfgang.linux@bumiller.com>
Tue, 1 May 2012 10:13:04 +0000 (12:13 +0200)
ir.c

diff --git a/ir.c b/ir.c
index ec3554f91b2a57bb1a86d257d7827207fdd78c04..2d5977a9d5a5fbbe7851273e049936a0086ffbf7 100644 (file)
--- a/ir.c
+++ b/ir.c
@@ -972,8 +972,8 @@ ir_value* ir_block_create_load_from_ent(ir_block *self, const char *label, ir_va
         case TYPE_FIELD:   op = INSTR_LOAD_FLD; break;
         case TYPE_ENTITY:  op = INSTR_LOAD_ENT; break;
 #if 0
-        case TYPE_POINTER: op = INSTR_LOAD_I; break;
-        case TYPE_INTEGER: op = INSTR_LOAD_I; break;
+        case TYPE_POINTER: op = INSTR_LOAD_I;   break;
+        case TYPE_INTEGER: op = INSTR_LOAD_I;   break;
 #endif
         default:
             return NULL;