Skip to content

Commit 38fd322

Browse files
committed
Whitespace cleanup
1 parent 1656de8 commit 38fd322

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

ext/snmp/snmp.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,15 +1644,15 @@ PHP_FUNCTION(snmp_read_mib)
16441644
/* {{{ Resets the MIB tree and set the mib directories to the provided mibdirs. */
16451645
PHP_FUNCTION(snmp_init_mib)
16461646
{
1647-
zend_string *mibdirs = NULL;
1647+
zend_string *mibdirs = NULL;
16481648

1649-
ZEND_PARSE_PARAMETERS_START(0, 1)
1650-
Z_PARAM_OPTIONAL
1651-
Z_PARAM_STR_OR_NULL(mibdirs)
1652-
ZEND_PARSE_PARAMETERS_END();
1649+
ZEND_PARSE_PARAMETERS_START(0, 1)
1650+
Z_PARAM_OPTIONAL
1651+
Z_PARAM_STR_OR_NULL(mibdirs)
1652+
ZEND_PARSE_PARAMETERS_END();
16531653

16541654
// If the mibdirs has been changed, we need to reset the MIB tree at the end of the request
1655-
if (mibdirs != NULL) {
1655+
if (mibdirs != NULL) {
16561656
mib_needs_reset = 1;
16571657
}
16581658

0 commit comments

Comments
 (0)