Skip to content

Commit 9e194b6

Browse files
committed
Fix clang-format
1 parent 4942097 commit 9e194b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_phongo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ php_phongo_server_description_type_t php_phongo_server_description_type(mongoc_s
11641164

11651165
bool php_phongo_server_to_zval(zval* retval, mongoc_server_description_t* sd) /* {{{ */
11661166
{
1167-
mongoc_host_list_t* host = mongoc_server_description_host(sd);
1167+
mongoc_host_list_t* host = mongoc_server_description_host(sd);
11681168
const bson_t* hello_response = mongoc_server_description_hello_response(sd);
11691169
bson_iter_t iter;
11701170

0 commit comments

Comments
 (0)