Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1606992 - follow up to fix clang-format, whitespace only. rs=me
DONTBUILD
  • Loading branch information
kaie committed Jan 17, 2020
1 parent a2ee034 commit 5b7e4f9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/softoken/lowpbe.c
Expand Up @@ -561,13 +561,13 @@ nsspkcs5_PKCS12PBE(const SECHashObject *hashObject,
* asked to repeatedly compute the key for the same password item,
* hash, iterations and salt. */
static struct {
PZLock *lock;
SECItem *hashPBKDF2;
SECItem *salt;
SECItem *pwItem;
HASH_HashType hashType;
int iterations;
int keyLen;
PZLock *lock;
SECItem *hashPBKDF2;
SECItem *salt;
SECItem *pwItem;
HASH_HashType hashType;
int iterations;
int keyLen;
} PBECache = { NULL, NULL, NULL, NULL };

void
Expand Down

0 comments on commit 5b7e4f9

Please sign in to comment.