diff options
Diffstat (limited to 'src/io/config.h')
| -rw-r--r-- | src/io/config.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/io/config.h b/src/io/config.h index b365987..271a60e 100644 --- a/src/io/config.h +++ b/src/io/config.h @@ -13,7 +13,13 @@ enum field_e { FIELD_PRIME, FIELD_BINARY }; enum format_e { FORMAT_JSON, FORMAT_CSV }; -enum points_e { POINTS_PRIME, POINTS_RANDOM, POINTS_ALL, POINTS_NONPRIME, POINTS_NONE }; +enum points_e { + POINTS_PRIME, + POINTS_RANDOM, + POINTS_ALL, + POINTS_NONPRIME, + POINTS_NONE +}; struct points_s { enum points_e type; size_t amount; |
