Skip to content

Commit 14ffc87

Browse files
committed
Fix indentation
1 parent 4a075f8 commit 14ffc87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zend/zend_gc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1475,7 +1475,7 @@ ZEND_API int zend_gc_collect_cycles(void)
14751475

14761476
rerun_gc:
14771477
if (GC_G(num_roots)) {
1478-
int count;
1478+
int count;
14791479
gc_root_buffer *current, *last;
14801480
zend_refcounted *p;
14811481
uint32_t gc_flags = 0;
@@ -1653,7 +1653,7 @@ ZEND_API int zend_gc_collect_cycles(void)
16531653

16541654
GC_TRACE("Collection finished");
16551655
GC_G(collected) += count;
1656-
total_count += count;
1656+
total_count += count;
16571657
GC_G(gc_active) = 0;
16581658
}
16591659

0 commit comments

Comments
 (0)