mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Fixed formating
This commit is contained in:
parent
1bd0847f16
commit
d6f3d4b50c
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ void zend_dump_op_array(const zend_op_array *op_array, const zend_cfg *cfg, int
|
|||
fprintf(stderr, " to=(BB%d", b->successors[0]);
|
||||
printed = 1;
|
||||
if (b->successors[1] != -1) {
|
||||
fprintf(stderr, " , BB%d", b->successors[1]);
|
||||
fprintf(stderr, ", BB%d", b->successors[1]);
|
||||
}
|
||||
}
|
||||
if (printed) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue