diff options
| author | J08nY | 2017-06-01 01:51:34 +0200 |
|---|---|---|
| committer | J08nY | 2017-06-01 01:51:34 +0200 |
| commit | be17e75a621d66a9fb7f8b0785c67c0baf966dde (patch) | |
| tree | 08798fc1ece82b6b45125f629a3357d1b9d740a3 /src/io/config.h | |
| parent | ac0e0d476128542dc6307df552129efae221ab1d (diff) | |
| download | ecgen-be17e75a621d66a9fb7f8b0785c67c0baf966dde.tar.gz ecgen-be17e75a621d66a9fb7f8b0785c67c0baf966dde.tar.zst ecgen-be17e75a621d66a9fb7f8b0785c67c0baf966dde.zip | |
Fix formatting.
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; |
