Skip to content

Commit 6b41ed0

Browse files
committed
Remove trailing whitespace
1 parent 120b270 commit 6b41ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB/Manager.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ static bool php_phongo_manager_merge_context_options(zval *zdriverOptions TSRMLS
8888

8989
/* Perform array union (see: add_function() in zend_operators.c) */
9090
#if PHP_VERSION_ID >= 70000
91-
zend_hash_merge(Z_ARRVAL_P(zdriverOptions), Z_ARRVAL_P(zcontextOptions), zval_add_ref, 0);
91+
zend_hash_merge(Z_ARRVAL_P(zdriverOptions), Z_ARRVAL_P(zcontextOptions), zval_add_ref, 0);
9292
#else
9393
{
9494
zval *tmp;

0 commit comments

Comments
 (0)