From 60d08516afce421f913b2f5f298f0ba7a0635332 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Apr 14 2015 19:41:58 +0000 Subject: Whitespace fixup --- diff --git a/src/pkcs7.c b/src/pkcs7.c index 74cb333..fc36ce3 100644 --- a/src/pkcs7.c +++ b/src/pkcs7.c @@ -993,7 +993,7 @@ cm_pkcs7_verify_signed(unsigned char *data, size_t length, cm_log(1, "Out of memory.\n"); goto done; } - for (i = 0; (roots != NULL) && (roots [i] != NULL); i++) { + for (i = 0; (roots != NULL) && (roots[i] != NULL); i++) { s = talloc_strdup(parent, roots[i]); if (s == NULL) { cm_log(1, "Out of memory.\n");