Indent labels
[deliverable/binutils-gdb.git] / opcodes / aarch64-asm.c
index 36f84e800ed5e12bfc62ee005e4ffe317a49dac4..fc70ffcc7b6324fe8a174b0fd9ba9709a3fd2284 100644 (file)
@@ -1967,7 +1967,7 @@ convert_to_real (aarch64_inst *inst, const aarch64_opcode *real)
       break;
     }
 
-convert_to_real_return:
+ convert_to_real_return:
   aarch64_replace_opcode (inst, real);
 }
 
@@ -2099,7 +2099,7 @@ aarch64_opcode_encode (const aarch64_opcode *opcode,
     }
 
 
-encoding_exit:
+ encoding_exit:
   DEBUG_TRACE ("exit with %s", opcode->name);
 
   *code = inst->value;
This page took 0.023753 seconds and 4 git commands to generate.