Skip to content

Commit 0f61f48

Browse files
committed
Merge pull request #617
2 parents ccdf777 + 83908b5 commit 0f61f48

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

src/MongoDB/Monitoring/functions.c

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ PHP_FUNCTION(MongoDB_Driver_Monitoring_addSubscriber)
7979
#endif
8080
Z_ADDREF_P(zSubscriber);
8181
efree(hash);
82-
}
83-
/* }}} */
82+
} /* }}} */
8483

8584
/* {{{ proto void MongoDB\Driver\Monitoring\removeSubscriber(MongoDB\Driver\Monitoring\Subscriber $subscriber)
8685
Removes a monitoring subscriber from the set of subscribers */
@@ -108,5 +107,13 @@ PHP_FUNCTION(MongoDB_Driver_Monitoring_removeSubscriber)
108107
zend_hash_del(MONGODB_G(subscribers), hash, strlen(hash) + 1);
109108
#endif
110109
efree(hash);
111-
}
112-
/* }}} */
110+
} /* }}} */
111+
112+
/*
113+
* Local variables:
114+
* tab-width: 4
115+
* c-basic-offset: 4
116+
* End:
117+
* vim600: noet sw=4 ts=4 fdm=marker
118+
* vim<600: noet sw=4 ts=4
119+
*/

0 commit comments

Comments
 (0)