diff options
author | Boris Lytochkin <lytboris@php.net> | 2011-08-31 20:16:56 +0000 |
---|---|---|
committer | Boris Lytochkin <lytboris@php.net> | 2011-08-31 20:16:56 +0000 |
commit | 86b563ea0fda8903d23624ba1617ff5dd7645d3b (patch) | |
tree | 5853774aea2dc38404fec89e0a426b277b1dde39 | |
parent | 7e2f373f7e2ddb6a2c2d700bdae5612eb3932dd0 (diff) | |
download | php-git-86b563ea0fda8903d23624ba1617ff5dd7645d3b.tar.gz |
tune text align
-rw-r--r-- | ext/snmp/snmp.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c index b41938f27d..1d2245070f 100644 --- a/ext/snmp/snmp.c +++ b/ext/snmp/snmp.c @@ -104,13 +104,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); |