summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2020-01-17 12:46:42 +0100
committerKai Engert <kaie@kuix.de>2020-01-17 12:46:42 +0100
commit01eb6f1f83369236f3d980cfa09581ba8c386239 (patch)
treea964a2561c0e793d22176ecd8128cf850bd2f663
parentab42091924233cc1af8117c55c243c80b646cfb9 (diff)
downloadnss-hg-01eb6f1f83369236f3d980cfa09581ba8c386239.tar.gz
Bug 1606992 - follow up to fix clang-format, whitespace only. rs=me
DONTBUILD
-rw-r--r--lib/softoken/lowpbe.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/softoken/lowpbe.c b/lib/softoken/lowpbe.c
index 3d849eaa8..7ae1f4d92 100644
--- a/lib/softoken/lowpbe.c
+++ b/lib/softoken/lowpbe.c
@@ -561,13 +561,13 @@ loser:
* 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