diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-17 16:28:10 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-17 16:28:10 +0000 |
commit | 9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e (patch) | |
tree | 94c3c0678d1349497abe2db6004e9331e50f6d37 /coreutils/seq.c | |
parent | a6127aacef047ed7661722705b052811fbe7f467 (diff) | |
download | busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.gz busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.bz2 busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.zip |
whitespace cleanup
Diffstat (limited to 'coreutils/seq.c')
-rw-r--r-- | coreutils/seq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/seq.c b/coreutils/seq.c index 0df094001..79fafbc8b 100644 --- a/coreutils/seq.c +++ b/coreutils/seq.c | |||
@@ -14,7 +14,7 @@ | |||
14 | int seq_main(int argc, char **argv) | 14 | int seq_main(int argc, char **argv) |
15 | { | 15 | { |
16 | double last, first, increment, i; | 16 | double last, first, increment, i; |
17 | 17 | ||
18 | first = increment = 1; | 18 | first = increment = 1; |
19 | switch (argc) { | 19 | switch (argc) { |
20 | case 4: | 20 | case 4: |