forked from Imagelibrary/rtems
Whitespace removal.
This commit is contained in:
@@ -46,22 +46,22 @@ void ptf_printf(FILE *s, struct ptf *tree, char *prefix);
|
||||
void ptf_dump_ptf_item(FILE *s, struct ptf_item *pi);
|
||||
|
||||
struct ptf *ptf_find(
|
||||
struct ptf *tree,
|
||||
struct ptf_item *item,
|
||||
struct ptf *tree,
|
||||
struct ptf_item *item,
|
||||
ptf_item_type ttype,
|
||||
char *name,
|
||||
char *name,
|
||||
char *value);
|
||||
|
||||
struct ptf *ptf_next(
|
||||
struct ptf_item *item,
|
||||
struct ptf_item *item,
|
||||
ptf_item_type ttype,
|
||||
char *name,
|
||||
char *name,
|
||||
char *value);
|
||||
|
||||
int ptf_match(
|
||||
struct ptf *const ptf,
|
||||
struct ptf_item *const match,
|
||||
const ptf_match_action action,
|
||||
struct ptf_item *const match,
|
||||
const ptf_match_action action,
|
||||
void *arg);
|
||||
|
||||
char *ptf_defused_name(char *);
|
||||
|
||||
Reference in New Issue
Block a user