Fix spaces in crypto.h and test-memwipe.c

This commit is contained in:
teor
2015-04-15 19:42:41 +10:00
parent e891deb021
commit af2b6bdaba
2 changed files with 6 additions and 2 deletions
+5 -2
View File
@@ -148,8 +148,11 @@ check_heap_buffer(void)
static struct testcase {
const char *name;
unsigned (*fill_fn)(void);
unsigned (*check_fn)(void);
/* this spacing satisfies make check-spaces */
unsigned
(*fill_fn)(void);
unsigned
(*check_fn)(void);
} testcases[] = {
{ "nil", fill_a_buffer_nothing, check_a_buffer },
{ "nil-heap", fill_heap_buffer_nothing, check_heap_buffer },