]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-tpm2.c
tree-wide: insert space after for and switch
[thirdparty/systemd.git] / src / test / test-tpm2.c
index 06b9800dec791270fb7271c173e5aea2b170fbf5..19881c6e91f447bbd8dbef3de8316bb389a49836 100644 (file)
@@ -74,7 +74,7 @@ TEST(tpm2_util_pbkdf2_hmac_sha256) {
         };
 
         uint8_t res[SHA256_DIGEST_SIZE];
-        for(size_t i = 0; i < sizeof(test_vectors)/sizeof(test_vectors[0]); i++) {
+        for (size_t i = 0; i < sizeof(test_vectors)/sizeof(test_vectors[0]); i++) {
 
                 int rc = tpm2_util_pbkdf2_hmac_sha256(
                                 test_vectors[i].pass,