mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
Add some linebreaks in the ir_print_visitor of if statement bodies.
This commit is contained in:
parent
70b74928a2
commit
b94e402cff
1 changed files with 2 additions and 0 deletions
|
|
@ -281,6 +281,7 @@ ir_print_visitor::visit(ir_if *ir)
|
|||
ir_instruction *const inst = (ir_instruction *) iter.get();
|
||||
|
||||
inst->accept(this);
|
||||
printf("\n");
|
||||
}
|
||||
printf(")\n");
|
||||
|
||||
|
|
@ -289,6 +290,7 @@ ir_print_visitor::visit(ir_if *ir)
|
|||
ir_instruction *const inst = (ir_instruction *) iter.get();
|
||||
|
||||
inst->accept(this);
|
||||
printf("\n");
|
||||
}
|
||||
printf("))\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue