cmdline (merge-intel): fix whitespaces
[libcmdline.git] / src / lib / cmdline_parse_string.h
index de34ba6..a512e51 100644 (file)
@@ -50,7 +50,7 @@ extern struct cmdline_token_ops cmdline_token_string_ops;
 int cmdline_parse_string(cmdline_parse_token_hdr_t *tk, const char *srcbuf,
                         void *res);
 int cmdline_complete_get_nb_string(cmdline_parse_token_hdr_t *tk);
-int cmdline_complete_get_elt_string(cmdline_parse_token_hdr_t *tk, int idx, 
+int cmdline_complete_get_elt_string(cmdline_parse_token_hdr_t *tk, int idx,
                                    char *dstbuf, unsigned int size);
 int cmdline_get_help_string(cmdline_parse_token_hdr_t *tk, char *dstbuf,
                            unsigned int size);
@@ -62,7 +62,7 @@ int cmdline_get_help_string(cmdline_parse_token_hdr_t *tk, char *dstbuf,
                .offset = offsetof(structure, field),       \
        },                                                  \
        .string_data = {                                    \
-                .str = string,                             \
+               .str = string,                              \
        },                                                  \
 }