cmdline (merge-intel): fix whitespaces
[libcmdline.git] / src / lib / cmdline_parse.h
index 6b7fca9..8f79364 100644 (file)
@@ -64,7 +64,7 @@ typedef struct cmdline_token_hdr cmdline_parse_token_hdr_t;
  * parsed chars on success and a negative value on error.
  *
  * complete_get_nb() returns the number of possible values for this
- * token if completion is possible. If it is NULL or if it returns 0, 
+ * token if completion is possible. If it is NULL or if it returns 0,
  * no completion is possible.
  *
  * complete_get_elt() copy in dstbuf (the size is specified in the
@@ -83,7 +83,7 @@ struct cmdline_token_ops {
        int (*complete_get_elt)(cmdline_parse_token_hdr_t *, int, char *, unsigned int);
        /** get help for this token (token, dstbuf, size) */
        int (*get_help)(cmdline_parse_token_hdr_t *, char *, unsigned int);
-};     
+};
 
 struct cmdline;
 /**
@@ -102,7 +102,7 @@ typedef struct cmdline_inst cmdline_parse_inst_t;
 
 /**
  * A context is identified by its name, and contains a list of
- * instruction 
+ * instruction
  *
  */
 typedef cmdline_parse_inst_t *cmdline_parse_ctx_t;
@@ -123,7 +123,7 @@ int cmdline_parse(struct cmdline *cl, const char *buf);
  * modifying *state until it returns CMDLINE_PARSE_COMPLETED_BUFFER or
  * CMDLINE_PARSE_COMPLETED_BUFFER.
  *
- * It returns < 0 on error. 
+ * It returns < 0 on error.
  *
  * Else it returns:
  *   - CMDLINE_PARSE_COMPLETED_BUFFER on completion (one possible