From 5f5f681b69f255f6b94e54fa73978e5f9644108c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 10 Dec 2009 07:20:06 +0000 Subject: Whitespace removal. --- tools/cpu/nios2/ptf.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tools/cpu/nios2/ptf.h') diff --git a/tools/cpu/nios2/ptf.h b/tools/cpu/nios2/ptf.h index 3683b98163..c847cf3b1f 100644 --- a/tools/cpu/nios2/ptf.h +++ b/tools/cpu/nios2/ptf.h @@ -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 *); -- cgit v1.2.3