aboutsummaryrefslogtreecommitdiff
path: root/src/exhaustive/brainpool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exhaustive/brainpool.c')
-rw-r--r--src/exhaustive/brainpool.c16
1 files changed, 4 insertions, 12 deletions
diff --git a/src/exhaustive/brainpool.c b/src/exhaustive/brainpool.c
index bf7bcda..f8ddb8e 100644
--- a/src/exhaustive/brainpool.c
+++ b/src/exhaustive/brainpool.c
@@ -5,18 +5,10 @@
#include "brainpool.h"
-GENERATOR(brainpool_gen_seed_random) {
- return INT_MIN;
-}
+GENERATOR(brainpool_gen_seed_random) { return INT_MIN; }
-GENERATOR(brainpool_gen_seed_argument) {
- return INT_MIN;
-}
+GENERATOR(brainpool_gen_seed_argument) { return INT_MIN; }
-GENERATOR(brainpool_gen_seed_input) {
- return INT_MIN;
-}
+GENERATOR(brainpool_gen_seed_input) { return INT_MIN; }
-GENERATOR(brainpool_gen_equation) {
- return INT_MIN;
-} \ No newline at end of file
+GENERATOR(brainpool_gen_equation) { return INT_MIN; } \ No newline at end of file