Skip to content

Commit 35649c3

Browse files
committed
format mongoc-cluster.c
1 parent 7991f0a commit 35649c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libmongoc/src/mongoc/mongoc-cluster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ _stream_run_hello (mongoc_cluster_t *cluster,
894894
if (negotiate_sasl_supported_mechs) {
895895
bsonParse (reply,
896896
find (allOf (key ("ok"), isFalse), //
897-
do({
897+
do ({
898898
/* hello response returned ok: 0. According to
899899
* auth spec: "If the hello of the MongoDB
900900
* Handshake fails with an error, drivers MUST

0 commit comments

Comments
 (0)