Remove trailing spaces and tabulations from pascal language

support sources.
	p-exp.y: Ditto.
	p-lang.c: Ditto.
	p-lang.h: Ditto.
	p-valprint.c: Ditto.
This commit is contained in:
Pierre Muller 2011-03-15 16:00:56 +00:00
parent 9373cf2619
commit 6ced15815d
5 changed files with 62 additions and 52 deletions

View file

@ -49,7 +49,7 @@ extern void pascal_type_print_method_args (char *, char *,
/* These are in p-lang.c: */
extern int
extern int
is_pascal_string_type (struct type *, int *, int *, int *,
struct type **, char **);