File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff 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+ */
You can’t perform that action at this time.
0 commit comments