Skip to content

Commit a464e4e

Browse files
committed
Fix indentation for block comment
1 parent 06aeecf commit a464e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB/Command.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ static bool php_phongo_command_init(php_phongo_command_t *intern, zval *filter,
6464
php_phongo_zval_to_bson(filter, PHONGO_BSON_NONE, intern->bson, NULL TSRMLS_CC);
6565

6666
/* Note: if any exceptions are thrown, we can simply return as PHP will
67-
* invoke php_phongo_query_free_object to destruct the object. */
67+
* invoke php_phongo_query_free_object to destruct the object. */
6868
if (EG(exception)) {
6969
return false;
7070
}

0 commit comments

Comments
 (0)