aboutsummaryrefslogtreecommitdiff
path: root/coreutils/printf.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
committerEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
commitc7bda1ce659294d6e22c06e087f6f265983c7578 (patch)
tree4c6d2217f4d8306c59cf1096f8664e1cfd167213 /coreutils/printf.c
parent8854004b41065b3d081af7f3df13a100b0c8bfbe (diff)
downloadbusybox-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.c4
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));
106static int print_formatted __P((char *format, int argc, char **argv)); 106static int print_formatted __P((char *format, int argc, char **argv));
107static long xstrtol __P((char *s)); 107static long xstrtol __P((char *s));
108static unsigned long xstrtoul __P((char *s)); 108static unsigned long xstrtoul __P((char *s));
109static void print_direc __P( (char *start, size_t length, 109static 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));
111static void print_esc_char __P((int c)); 111static void print_esc_char __P((int c));
112static void print_esc_string __P((char *str)); 112static 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 */