diff options
| author | Jan Sucan <jan@jansucan.com> | 2020-12-25 12:50:00 +0100 |
|---|---|---|
| committer | Jan Sucan <jan@jansucan.com> | 2020-12-25 12:50:00 +0100 |
| commit | 7a38545d0b8df7216c1300b379a51fb14374a4fa (patch) | |
| tree | b49926d37c44428a11ab4a8b6467f65c7d46a4c6 /options.h | |
| parent | e4ebac4e4dd5b8bc9c86de11489b7f267bf48814 (diff) | |
Apply clang-format
Diffstat (limited to 'options.h')
| -rw-r--r-- | options.h | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -5,15 +5,15 @@ #include <stdint.h> typedef struct { - bool help; + bool help; uint32_t sector_size; uint32_t buffer_size; - const char * in_file_path; - const char * ref_file_path; - const char * out_file_path; + const char *in_file_path; + const char *ref_file_path; + const char *out_file_path; } options_t; -int options_parse(int argc, char ** argv, options_t * const opts); +int options_parse(int argc, char **argv, options_t *const opts); -#endif /* OPTIONS_H */ +#endif /* OPTIONS_H */ |
