Skip to content

Commit b6492b4

Browse files
committed
identation fix
1 parent 3c6e9be commit b6492b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/ZendAccelerator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4244,7 +4244,7 @@ static void preload_load(void)
42444244

42454245
static int preload_autoload(zend_string *filename)
42464246
{
4247-
zend_persistent_script *persistent_script;
4247+
zend_persistent_script *persistent_script;
42484248
zend_op_array *op_array;
42494249
zend_execute_data *old_execute_data;
42504250
zend_class_entry *old_fake_scope;

0 commit comments

Comments
 (0)