]> granicus.if.org Git - php/commitdiff
cosmetics, extra space
authorGreg Beaver <cellog@php.net>
Fri, 11 Apr 2008 13:26:36 +0000 (13:26 +0000)
committerGreg Beaver <cellog@php.net>
Fri, 11 Apr 2008 13:26:36 +0000 (13:26 +0000)
ext/phar/phar_object.c

index 283504e9f50fb210be582fa883ebafb0f093f7f6..c7c61eb490f1cdda74ff604825ed7ae5a9e158e2 100755 (executable)
@@ -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)