]> git.droids-corp.org - libcmdline.git/blobdiff - src/lib/cmdline_parse_num.h
cmdline (merge-intel): fix whitespaces
[libcmdline.git] / src / lib / cmdline_parse_num.h
index b149c92cee839194b8bb5fb100cbd1729c8d351b..cf4b4a5911a20f4b640296e66ea540ad31e2a6cf 100644 (file)
@@ -54,9 +54,9 @@ typedef struct cmdline_token_num cmdline_parse_token_num_t;
 
 extern struct cmdline_token_ops cmdline_token_num_ops;
 
-int cmdline_parse_num(cmdline_parse_token_hdr_t *tk, 
+int cmdline_parse_num(cmdline_parse_token_hdr_t *tk,
                      const char *srcbuf, void *res);
-int cmdline_get_help_num(cmdline_parse_token_hdr_t *tk, 
+int cmdline_get_help_num(cmdline_parse_token_hdr_t *tk,
                         char *dstbuf, unsigned int size);
 
 #define TOKEN_NUM_INITIALIZER(structure, field, numtype)   \