From 7a38545d0b8df7216c1300b379a51fb14374a4fa Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Fri, 25 Dec 2020 12:50:00 +0100 Subject: Apply clang-format --- options.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'options.h') diff --git a/options.h b/options.h index 04573fa..71259aa 100644 --- a/options.h +++ b/options.h @@ -5,15 +5,15 @@ #include 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 */ -- cgit v1.2.3