Skip to content

Commit abde842

Browse files
authored
Format test-mongoc-change-stream.c (#1983)
1 parent 2344038 commit abde842

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/libmongoc/tests/test-mongoc-change-stream.c

+4-1
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,10 @@ typedef struct {
11651165
bson_t agg_reply;
11661166
} resume_ctx_t;
11671167

1168-
#define RESUME_INITIALIZER {false, false, BSON_INITIALIZER}
1168+
#define RESUME_INITIALIZER \
1169+
{ \
1170+
false, false, BSON_INITIALIZER \
1171+
}
11691172

11701173
static void
11711174
_resume_at_optime_started (const mongoc_apm_command_started_t *event)

0 commit comments

Comments
 (0)