Skip to content

Commit 7927647

Browse files
committed
fix whitespace
1 parent 67a5854 commit 7927647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/odbc/php_odbc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ static int _close_pconn_with_res(zval *zv, void *p)
681681
zend_resource *res = (zend_resource*)p;
682682
if (le->type == le_pconn && (((odbc_connection *)(le->ptr))->res == res)) {
683683
return ZEND_HASH_APPLY_REMOVE;
684-
} else{
684+
} else {
685685
return ZEND_HASH_APPLY_KEEP;
686686
}
687687
}

0 commit comments

Comments
 (0)