lytboris                                 Wed, 31 Aug 2011 20:15:32 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=315924

Log:
tune text align

Changed paths:
    U   php/php-src/trunk/ext/snmp/snmp.c

Modified: php/php-src/trunk/ext/snmp/snmp.c
===================================================================
--- php/php-src/trunk/ext/snmp/snmp.c   2011-08-31 20:14:13 UTC (rev 315923)
+++ php/php-src/trunk/ext/snmp/snmp.c   2011-08-31 20:15:32 UTC (rev 315924)
@@ -112,13 +112,13 @@
        } \
 }

-#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);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to