From 570b8c3249b9dcde9aa92a951f83058c091ce071 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 11 Dec 2016 13:38:02 +0100 Subject: main: consistent lines --- src/main.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index d4231b1..e27e619 100644 --- a/src/main.c +++ b/src/main.c @@ -19,12 +19,7 @@ static int __init mod_init(void) int err; #ifdef DEBUG - if (!routing_table_selftest() || - !packet_counter_selftest() || - !curve25519_selftest() || - !chacha20poly1305_selftest() || - !blake2s_selftest() || - !siphash24_selftest()) + if (!routing_table_selftest() || !packet_counter_selftest() || !curve25519_selftest() || !chacha20poly1305_selftest() || !blake2s_selftest() || !siphash24_selftest()) return -ENOTRECOVERABLE; #endif chacha20poly1305_init(); -- cgit v1.2.3-59-g8ed1b