aboutsummaryrefslogtreecommitdiff
path: root/src/misc/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/types.c')
-rw-r--r--src/misc/types.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/misc/types.c b/src/misc/types.c
index ca287a0..6ed728c 100644
--- a/src/misc/types.c
+++ b/src/misc/types.c
@@ -4,8 +4,9 @@
*/
#include "types.h"
-const char* offset_s[OFFSET_END] = {"SEED", "FIELD", "A", "B",
- "CURVE", "ORDER", "GENERATORS", "POINTS", "METADATA"};
+const char* offset_s[OFFSET_END] = {"SEED", "FIELD", "A",
+ "B", "CURVE", "ORDER",
+ "GENERATORS", "POINTS", "METADATA"};
GENERATOR(gen_skip) { return 1; }