Skip to content

Commit 6e3c48e

Browse files
committed
trailing whitespace removal
1 parent 5a7642d commit 6e3c48e

File tree

6 files changed

+188
-188
lines changed

6 files changed

+188
-188
lines changed

ibase_blobs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static void _php_ibase_free_blob(zend_resource *rsrc) /* {{{ */
4848

4949
void php_ibase_blobs_minit(INIT_FUNC_ARGS) /* {{{ */
5050
{
51-
le_blob = zend_register_list_destructors_ex(_php_ibase_free_blob, NULL,
51+
le_blob = zend_register_list_destructors_ex(_php_ibase_free_blob, NULL,
5252
"interbase blob", module_number);
5353
}
5454
/* }}} */

ibase_events.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ static void _php_ibase_free_event_rsrc(zend_resource *rsrc) /* {{{ */
8181

8282
void php_ibase_events_minit(INIT_FUNC_ARGS) /* {{{ */
8383
{
84-
le_event = zend_register_list_destructors_ex(_php_ibase_free_event_rsrc, NULL,
84+
le_event = zend_register_list_destructors_ex(_php_ibase_free_event_rsrc, NULL,
8585
"interbase event", module_number);
8686
}
8787
/* }}} */
@@ -271,7 +271,7 @@ PHP_FUNCTION(ibase_set_event_handler)
271271
int link_res_id, num_args;
272272

273273
RESET_ERRMSG;
274-
274+
275275
/* Minimum and maximum number of arguments allowed */
276276
if (ZEND_NUM_ARGS() < 2 || ZEND_NUM_ARGS() > 17) {
277277
WRONG_PARAM_COUNT;
@@ -301,7 +301,7 @@ PHP_FUNCTION(ibase_set_event_handler)
301301
link_res_id = Z_LVAL(args[0]);
302302

303303
} else {
304-
/* callback, event_1 [, ... event_15]
304+
/* callback, event_1 [, ... event_15]
305305
* No more than 15 events
306306
*/
307307
if (ZEND_NUM_ARGS() < 2 || ZEND_NUM_ARGS() > 16) {

0 commit comments

Comments
 (0)