Skip to content

Commit 92b77e8

Browse files
author
Lonny Kapelushnik
committed
Fixed spacing issue
1 parent b2ea052 commit 92b77e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/assert.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ PHP_FUNCTION(assert)
200200
}
201201

202202
if (ASSERTG(callback)) {
203-
zval **args = safe_emalloc( description_len == 0 ? 3 : 4, sizeof(zval **), 0);
203+
zval **args = safe_emalloc(description_len == 0 ? 3 : 4, sizeof(zval **), 0);
204204
zval *retval;
205205
int i;
206206
uint lineno = zend_get_executed_lineno(TSRMLS_C);

0 commit comments

Comments
 (0)