Skip to content

Commit 07d317c

Browse files
committed
WS
1 parent 6b24741 commit 07d317c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bson.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -870,8 +870,8 @@ PHP_FUNCTION(fromArray)
870870
Returns the PHP representation of a BSON value */
871871
PHP_FUNCTION(toArray)
872872
{
873-
char *data;
874-
int data_len;
873+
char *data;
874+
int data_len;
875875

876876
(void)return_value_ptr; (void)this_ptr; (void)return_value_used; /* We don't use these */
877877

0 commit comments

Comments
 (0)