diff options
author | Greg Beaver <cellog@php.net> | 2008-04-11 13:26:36 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2008-04-11 13:26:36 +0000 |
commit | 8f28d19d4e77f61021de77269ad447a8e4c4c128 (patch) | |
tree | 833d91fd3ceb1f8bfb26451bd595b18e9570af51 | |
parent | 3493fb65615ddb50cb917e416250363d702918e6 (diff) | |
download | php-git-8f28d19d4e77f61021de77269ad447a8e4c4c128.tar.gz |
cosmetics, extra space
-rwxr-xr-x | ext/phar/phar_object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/phar_object.c b/ext/phar/phar_object.c index 283504e9f5..c7c61eb490 100755 --- a/ext/phar/phar_object.c +++ b/ext/phar/phar_object.c @@ -3889,7 +3889,7 @@ zend_function_entry php_archive_methods[] = { PHP_ME(Phar, setAlias, arginfo_phar_setAlias, ZEND_ACC_PUBLIC) PHP_ME(Phar, setDefaultStub, arginfo_phar_createDS, ZEND_ACC_PUBLIC) PHP_ME(Phar, setMetadata, arginfo_phar_setMetadata, ZEND_ACC_PUBLIC) - PHP_ME(Phar, setSignatureAlgorithm, arginfo_phar_setSigAlgo , ZEND_ACC_PUBLIC) + PHP_ME(Phar, setSignatureAlgorithm, arginfo_phar_setSigAlgo, ZEND_ACC_PUBLIC) PHP_ME(Phar, setStub, arginfo_phar_setStub, ZEND_ACC_PUBLIC) PHP_ME(Phar, startBuffering, NULL, ZEND_ACC_PUBLIC) PHP_ME(Phar, stopBuffering, NULL, ZEND_ACC_PUBLIC) |