From c7bda1ce659294d6e22c06e087f6f265983c7578 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 15 Mar 2004 08:29:22 +0000 Subject: Remove trailing whitespace. Update copyright to include 2004. --- coreutils/dos2unix.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'coreutils/dos2unix.c') diff --git a/coreutils/dos2unix.c b/coreutils/dos2unix.c index c28e6a8b9..a21ed5bc3 100644 --- a/coreutils/dos2unix.c +++ b/coreutils/dos2unix.c @@ -50,7 +50,7 @@ typedef unsigned long int bb_uint64_t; static const char letters[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; // if fn is NULL then input is stdin and output is stdout -static int convert(char *fn, int ConvType) +static int convert(char *fn, int ConvType) { int c, fd; struct timeval tv; @@ -156,12 +156,12 @@ static int convert(char *fn, int ConvType) return 0; } -int dos2unix_main(int argc, char *argv[]) +int dos2unix_main(int argc, char *argv[]) { int ConvType = CT_AUTO; int o; - //See if we are supposed to be doing dos2unix or unix2dos + //See if we are supposed to be doing dos2unix or unix2dos if (argv[0][0]=='d') { ConvType = CT_DOS2UNIX; } -- cgit v1.2.3