Skip to content

Commit 17005fa

Browse files
committed
Fix wrong indentation
1 parent 16b9a31 commit 17005fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB/Session.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ static PHP_METHOD(Session, getServer)
256256

257257
/* For sessions without a pinned server, 0 is returned. */
258258
if (!server_id) {
259-
RETURN_NULL();
259+
RETURN_NULL();
260260
}
261261

262262
phongo_server_init(return_value, mongoc_client_session_get_client(intern->client_session), server_id TSRMLS_CC);

0 commit comments

Comments
 (0)