Touchup a couple of blank lines from 7b35b58a.

Change-Id: I5ed3aaa5d57e5350c4a3779e501bf5fc143997fb
This commit is contained in:
Adam Langley 2014-07-17 10:33:16 -07:00
parent 7b35b58ae6
commit 904a32e975

View File

@ -18,6 +18,7 @@
#include <openssl/base64.h>
#include <openssl/err.h>
typedef struct {
const char *decoded;
const char *encoded;
@ -33,6 +34,7 @@ static const TEST_VECTOR test_vectors[] = {
{ "fooba", "Zm9vYmE=" },
{ "foobar", "Zm9vYmFy" },
};
static const size_t kNumTests = sizeof(test_vectors) / sizeof(test_vectors[0]);
static int test_encode() {