mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix spaces in crypto.h and test-memwipe.c
This commit is contained in:
@@ -296,3 +296,4 @@ struct dh_st *crypto_dh_get_dh_(crypto_dh_t *dh);
|
||||
void crypto_add_spaces_to_fp(char *out, size_t outlen, const char *in);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user