From bbcff0f1875f3ac1db7964b228db34350fb84833 Mon Sep 17 00:00:00 2001 From: J08nY Date: Tue, 19 Sep 2017 13:17:22 +0200 Subject: Run clang-format. --- src/misc/types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/misc') diff --git a/src/misc/types.h b/src/misc/types.h index b75394c..b599759 100644 --- a/src/misc/types.h +++ b/src/misc/types.h @@ -113,7 +113,7 @@ typedef struct { * @return state diff */ #define GENERATOR(gen_name) \ - int gen_name(curve_t *curve, const config_t *cfg, arg_t *args) + int gen_name(curve_t *curve, const config_t *cfg, arg_t *args) typedef GENERATOR((*gen_t)); @@ -126,8 +126,8 @@ typedef GENERATOR((*gen_t)); * @return */ #define UNROLL(unroll_name) \ - int unroll_name(curve_t *curve, const config_t *cfg, pari_sp from, \ - pari_sp to) + int unroll_name(curve_t *curve, const config_t *cfg, pari_sp from, \ + pari_sp to) typedef UNROLL((*unroll_t)); -- cgit v1.3.1