diff options
| author | J08nY | 2017-09-19 13:17:22 +0200 |
|---|---|---|
| committer | J08nY | 2017-09-19 13:17:22 +0200 |
| commit | bbcff0f1875f3ac1db7964b228db34350fb84833 (patch) | |
| tree | 49787fc74c5c2460a2b0711b46595c7b4afb11d8 /src/misc | |
| parent | 2bacc9d1dee4ec1003635edae93b1a03dbb2a12d (diff) | |
| download | ecgen-bbcff0f1875f3ac1db7964b228db34350fb84833.tar.gz ecgen-bbcff0f1875f3ac1db7964b228db34350fb84833.tar.zst ecgen-bbcff0f1875f3ac1db7964b228db34350fb84833.zip | |
Run clang-format.
Diffstat (limited to 'src/misc')
| -rw-r--r-- | src/misc/types.h | 6 |
1 files changed, 3 insertions, 3 deletions
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)); |
