Skip to content

Commit a068ae9

Browse files
committed
Formatting
1 parent 5d558c2 commit a068ae9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/libmongoc/src/mongoc/mongoc-crypto-private.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ struct _mongoc_crypto_t {
4040
bool (*hash) (mongoc_crypto_t *crypto, const unsigned char *input, const size_t input_len, unsigned char *hash_out);
4141

4242
bool (*pbkdf) (mongoc_crypto_t *crypto,
43-
const char *password,
44-
size_t password_len,
45-
const uint8_t *salt,
46-
size_t salt_len,
47-
uint32_t iterations,
48-
size_t output_len,
49-
unsigned char *output);
43+
const char *password,
44+
size_t password_len,
45+
const uint8_t *salt,
46+
size_t salt_len,
47+
uint32_t iterations,
48+
size_t output_len,
49+
unsigned char *output);
5050

5151
mongoc_crypto_hash_algorithm_t algorithm;
5252
};

0 commit comments

Comments
 (0)