1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 17:13:31 +02:00

tabs -> spaces

This commit is contained in:
Sterling Hughes
2001-09-04 06:20:23 +00:00
parent fe03f6f4c2
commit e55315a375

View File

@@ -223,8 +223,8 @@ PHP_FUNCTION(strcspn)
convert_to_string_ex(s2);
RETURN_LONG(php_strcspn(Z_STRVAL_PP(s1), Z_STRVAL_PP(s2),
Z_STRVAL_PP(s1) + Z_STRLEN_PP(s1),
Z_STRVAL_PP(s2) + Z_STRLEN_PP(s2)));
Z_STRVAL_PP(s1) + Z_STRLEN_PP(s1),
Z_STRVAL_PP(s2) + Z_STRLEN_PP(s2)));
}
/* }}} */