Skip to content

Commit 30ff6d2

Browse files
author
Andi Gutmans
committed
- WS fix to test commit
1 parent d5eb399 commit 30ff6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ ZEND_API char *zend_set_compiled_filename(char *new_compiled_filename TSRMLS_DC)
181181
char **pp, *p;
182182
int length = strlen(new_compiled_filename);
183183

184-
if (zend_hash_find(&CG(filenames_table), new_compiled_filename, length+1, (void **) &pp)==SUCCESS) {
184+
if (zend_hash_find(&CG(filenames_table), new_compiled_filename, length+1, (void **) &pp) == SUCCESS) {
185185
CG(compiled_filename) = *pp;
186186
return *pp;
187187
}

0 commit comments

Comments
 (0)