Skip to content

Commit 14a2705

Browse files
committed
Fix parameter indentation for mongoc_write_concern_set_wtimeout()
1 parent f4cb748 commit 14a2705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongoc/mongoc-write-concern.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ mongoc_write_concern_get_wtimeout (const mongoc_write_concern_t *write_concern)
205205
*/
206206
void
207207
mongoc_write_concern_set_wtimeout (mongoc_write_concern_t *write_concern,
208-
int32_t wtimeout_msec)
208+
int32_t wtimeout_msec)
209209
{
210210
BSON_ASSERT (write_concern);
211211

0 commit comments

Comments
 (0)