Skip to content

Commit f0c5ba0

Browse files
committed
Format
1 parent 221eb3e commit f0c5ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libmongoc/src/mongoc/mongoc-crypto-cng.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ _bcrypt_derive_key_pbkdf2 (BCRYPT_ALG_HANDLE prf,
182182
0);
183183
bson_free (password_copy);
184184
bson_free (salt_copy);
185-
185+
186186
if (!NT_SUCCESS (status)) {
187187
MONGOC_ERROR ("BCryptDeriveKeyPBKDF2(): %ld", status);
188188
return false;

0 commit comments

Comments
 (0)