From dad32a97eb61ddb4c9cbbb6b87d26de25f966b91 Mon Sep 17 00:00:00 2001 From: J08nY Date: Tue, 29 Aug 2017 17:07:34 +0200 Subject: Fix formatting. --- src/exhaustive/exhaustive.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/exhaustive/exhaustive.c b/src/exhaustive/exhaustive.c index 3f10b53..35c09d8 100644 --- a/src/exhaustive/exhaustive.c +++ b/src/exhaustive/exhaustive.c @@ -2,7 +2,6 @@ * ecgen, tool for generating Elliptic curve domain parameters * Copyright (C) 2017 J08nY */ -#include #include "exhaustive.h" #include "anomalous.h" #include "gen/curve.h" @@ -53,7 +52,8 @@ static void exhaustive_ginit(gen_t *generators, const config_t *cfg) { case 1: generators[OFFSET_A] = &a_gen_one; break; - default:break; + default: + break; } generators[OFFSET_B] = &b_gen_one; } -- cgit v1.3.1