From: Lennart Poettering Date: Wed, 11 Sep 2024 08:28:36 +0000 (+0200) Subject: tpm2-util: fix whitespace X-Git-Tag: v257-rc1~487 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c355208d83998fea76362d44e5b900c53a02118e;p=thirdparty%2Fsystemd.git tpm2-util: fix whitespace --- diff --git a/src/shared/tpm2-util.c b/src/shared/tpm2-util.c index 263acb8f9e7..10de296124a 100644 --- a/src/shared/tpm2-util.c +++ b/src/shared/tpm2-util.c @@ -8137,10 +8137,10 @@ int tpm2_util_pbkdf2_hmac_sha256(const void *pass, */ static const uint8_t block_cnt[] = { 0, 0, 0, 1 }; - assert (salt); - assert (saltlen > 0); - assert (saltlen <= (SIZE_MAX - sizeof(block_cnt))); - assert (passlen > 0); + assert(salt); + assert(saltlen > 0); + assert(saltlen <= (SIZE_MAX - sizeof(block_cnt))); + assert(passlen > 0); /* * Build a buffer of salt + block_cnt and hmac_sha256 it we