Correct indentation of one line.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 8 Jun 2004 12:25:03 +0000 (08:25 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 8 Jun 2004 12:25:03 +0000 (08:25 -0400)
From-SVN: r82753

gcc/dojump.c

index dc3e574adc920973d52e920cfa56df61f01effa9..1c8aa7cffb7285d9c34eb26818cdd31900aab2ee 100644 (file)
@@ -338,7 +338,7 @@ do_jump (tree exp, rtx if_false_label, rtx if_true_label)
             && type != 0 && bitsize >= 0
             && TYPE_PRECISION (type) < TYPE_PRECISION (TREE_TYPE (exp))
             && (cmp_optab->handlers[(int) TYPE_MODE (type)].insn_code
-          != CODE_FOR_nothing))
+               != CODE_FOR_nothing))
           {
             do_jump (convert (type, exp), if_false_label, if_true_label);
             break;