From 5b7e4f9135b3811800151b710809f9209b976511 Mon Sep 17 00:00:00 2001 From: Kai Engert Date: Fri, 17 Jan 2020 12:46:42 +0100 Subject: [PATCH] Bug 1606992 - follow up to fix clang-format, whitespace only. rs=me DONTBUILD --- lib/softoken/lowpbe.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/softoken/lowpbe.c b/lib/softoken/lowpbe.c index 3d849eaa85..7ae1f4d921 100644 --- a/lib/softoken/lowpbe.c +++ b/lib/softoken/lowpbe.c @@ -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