Skip to content

Commit 5799548

Browse files
committed
whitespace
1 parent 372a3d5 commit 5799548

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/mongoc/mongoc-topology-description.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ mongoc_topology_description_select (mongoc_topology_description_t *topology,
809809
* A mongoc_server_description_t *, or NULL.
810810
*
811811
* Side effects:
812-
* Fills out optional @error if server not found.
812+
* Fills out optional @error if server not found.
813813
*
814814
*--------------------------------------------------------------------------
815815
*/

src/mongoc/mongoc-topology.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@ mongoc_topology_new (const mongoc_uri_t *uri, bool single_threaded)
254254
MONGOC_URI_SERVERSELECTIONTIMEOUTMS,
255255
MONGOC_TOPOLOGY_SERVER_SELECTION_TIMEOUT_MS);
256256

257-
topology->local_threshold_msec = mongoc_uri_get_local_threshold_option (topology->uri);
257+
topology->local_threshold_msec =
258+
mongoc_uri_get_local_threshold_option (topology->uri);
258259

259260
/* Total time allowed to check a server is connectTimeoutMS.
260261
* Server Discovery And Monitoring Spec:

0 commit comments

Comments
 (0)