diff options
author | Denis Vlasenko | 2007-08-16 10:35:17 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-08-16 10:35:17 +0000 |
commit | 6a2f7f41cf7c544d6abce958f89c873b24f79b18 (patch) | |
tree | 6155700deea3477ee366aec5360909261ed53cd6 /coreutils/dos2unix.c | |
parent | 033e592cbc96c150c67ac9be7df65e314be5c8f8 (diff) | |
download | busybox-6a2f7f41cf7c544d6abce958f89c873b24f79b18.zip busybox-6a2f7f41cf7c544d6abce958f89c873b24f79b18.tar.gz |
whitespace fixes, no code changes
Diffstat (limited to 'coreutils/dos2unix.c')
-rw-r--r-- | coreutils/dos2unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/dos2unix.c b/coreutils/dos2unix.c index 115632f..00688aa 100644 --- a/coreutils/dos2unix.c +++ b/coreutils/dos2unix.c @@ -89,7 +89,7 @@ int dos2unix_main(int argc, char **argv) } else { conv_type = CT_UNIX2DOS; /* 1 */ } - + /* -u convert to unix, -d convert to dos */ opt_complementary = "u--d:d--u"; /* mutally exclusive */ o = getopt32(argc, argv, "du"); |