Skip to content

Commit c69a70a

Browse files
committed
Fix tab indentation
1 parent 2e685d1 commit c69a70a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libmongoc/src/mongoc/mongoc-cmd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -796,8 +796,8 @@ _txn_in_progress (mongoc_cmd_parts_t *parts)
796796
}
797797

798798
return (_mongoc_client_session_txn_in_progress (cs)
799-
/* commitTransaction and abortTransaction count as in progress, too. */
800-
|| parts->assembled.is_txn_finish);
799+
/* commitTransaction and abortTransaction count as in progress, too. */
800+
|| parts->assembled.is_txn_finish);
801801
}
802802

803803

0 commit comments

Comments
 (0)