From: Boris Lytochkin Date: Wed, 31 Aug 2011 20:15:32 +0000 (+0000) Subject: tune text align X-Git-Tag: php-5.5.0alpha1~1409 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c5c7a2ef3fe1913ef71c4cd64720d8c7c12584e;p=php tune text align --- diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c index e8e6e8b3f6..b5f2df52f8 100644 --- a/ext/snmp/snmp.c +++ b/ext/snmp/snmp.c @@ -112,13 +112,13 @@ typedef struct snmp_session php_snmp_session; } \ } -#define PHP_SNMP_ERRNO_NOERROR 0 -#define PHP_SNMP_ERRNO_GENERIC 1 -#define PHP_SNMP_ERRNO_TIMEOUT 2 -#define PHP_SNMP_ERRNO_ERROR_IN_REPLY 3 -#define PHP_SNMP_ERRNO_OID_NOT_INCREASING 4 -#define PHP_SNMP_ERRNO_OID_PARSING_ERROR 5 -#define PHP_SNMP_ERRNO_MULTIPLE_SET_QUERIES 6 +#define PHP_SNMP_ERRNO_NOERROR 0 +#define PHP_SNMP_ERRNO_GENERIC 1 +#define PHP_SNMP_ERRNO_TIMEOUT 2 +#define PHP_SNMP_ERRNO_ERROR_IN_REPLY 3 +#define PHP_SNMP_ERRNO_OID_NOT_INCREASING 4 +#define PHP_SNMP_ERRNO_OID_PARSING_ERROR 5 +#define PHP_SNMP_ERRNO_MULTIPLE_SET_QUERIES 6 ZEND_DECLARE_MODULE_GLOBALS(snmp) static PHP_GINIT_FUNCTION(snmp);