From: Richard Stallman Date: Thu, 22 Oct 1992 07:21:38 +0000 (+0000) Subject: Indentation fixed. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=63d415c0deacd98d6e5d771af8d80ca99baf1743;p=gcc.git Indentation fixed. From-SVN: r2548 --- diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c index 935c8071011..addc5ab1cb2 100644 --- a/gcc/config/m68k/m68k.c +++ b/gcc/config/m68k/m68k.c @@ -1771,7 +1771,7 @@ print_operand_address (file, addr) ireg = reg2; } if (ireg != 0 && breg == 0 && GET_CODE (addr) == LABEL_REF - && ! (flag_pic && ireg == pic_offset_table_rtx)) + && ! (flag_pic && ireg == pic_offset_table_rtx)) { int scale = 1; if (GET_CODE (ireg) == MULT) @@ -1831,7 +1831,7 @@ print_operand_address (file, addr) break; } if (breg != 0 && ireg == 0 && GET_CODE (addr) == LABEL_REF - && ! (flag_pic && breg == pic_offset_table_rtx)) + && ! (flag_pic && breg == pic_offset_table_rtx)) { #ifdef MOTOROLA #ifdef SGS @@ -1926,7 +1926,7 @@ print_operand_address (file, addr) break; } else if (reg1 != 0 && GET_CODE (addr) == LABEL_REF - && ! (flag_pic && reg1 == pic_offset_table_rtx)) + && ! (flag_pic && reg1 == pic_offset_table_rtx)) { #ifdef MOTOROLA #ifdef SGS