aboutsummaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2020-12-25 12:50:00 +0100
committerJan Sucan <jan@jansucan.com>2020-12-25 12:50:00 +0100
commit7a38545d0b8df7216c1300b379a51fb14374a4fa (patch)
treeb49926d37c44428a11ab4a8b6467f65c7d46a4c6 /options.h
parente4ebac4e4dd5b8bc9c86de11489b7f267bf48814 (diff)
Apply clang-format
Diffstat (limited to 'options.h')
-rw-r--r--options.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/options.h b/options.h
index 04573fa..71259aa 100644
--- a/options.h
+++ b/options.h
@@ -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 */