Touchup a couple of blank lines from 7b35b58a.
Change-Id: I5ed3aaa5d57e5350c4a3779e501bf5fc143997fb
diff --git a/crypto/base64/base64_test.c b/crypto/base64/base64_test.c
index ea0d3d1..992f13b 100644
--- a/crypto/base64/base64_test.c
+++ b/crypto/base64/base64_test.c
@@ -18,6 +18,7 @@
#include <openssl/base64.h>
#include <openssl/err.h>
+
typedef struct {
const char *decoded;
const char *encoded;
@@ -33,6 +34,7 @@
{ "fooba", "Zm9vYmE=" },
{ "foobar", "Zm9vYmFy" },
};
+
static const size_t kNumTests = sizeof(test_vectors) / sizeof(test_vectors[0]);
static int test_encode() {