diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
commit | c7bda1ce659294d6e22c06e087f6f265983c7578 (patch) | |
tree | 4c6d2217f4d8306c59cf1096f8664e1cfd167213 /coreutils/printf.c | |
parent | 8854004b41065b3d081af7f3df13a100b0c8bfbe (diff) | |
download | busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2 busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip |
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'coreutils/printf.c')
-rw-r--r-- | coreutils/printf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/printf.c b/coreutils/printf.c index 76f59686b..053b01ee5 100644 --- a/coreutils/printf.c +++ b/coreutils/printf.c | |||
@@ -106,7 +106,7 @@ static int print_esc __P((char *escstart)); | |||
106 | static int print_formatted __P((char *format, int argc, char **argv)); | 106 | static int print_formatted __P((char *format, int argc, char **argv)); |
107 | static long xstrtol __P((char *s)); | 107 | static long xstrtol __P((char *s)); |
108 | static unsigned long xstrtoul __P((char *s)); | 108 | static unsigned long xstrtoul __P((char *s)); |
109 | static void print_direc __P( (char *start, size_t length, | 109 | static void print_direc __P( (char *start, size_t length, |
110 | int field_width, int precision, char *argument)); | 110 | int field_width, int precision, char *argument)); |
111 | static void print_esc_char __P((int c)); | 111 | static void print_esc_char __P((int c)); |
112 | static void print_esc_string __P((char *str)); | 112 | static void print_esc_string __P((char *str)); |
@@ -214,7 +214,7 @@ static int print_formatted(char *format, int argc, char **argv) | |||
214 | ++f; | 214 | ++f; |
215 | ++direc_length; | 215 | ++direc_length; |
216 | } | 216 | } |
217 | /* | 217 | /* |
218 | if (!strchr ("diouxXfeEgGcs", *f)) | 218 | if (!strchr ("diouxXfeEgGcs", *f)) |
219 | fprintf(stderr, "%%%c: invalid directive", *f); | 219 | fprintf(stderr, "%%%c: invalid directive", *f); |
220 | */ | 220 | */ |