whitespace cleanup
[platform/upstream/busybox.git] / coreutils / seq.c
index 0df0940..79fafbc 100644 (file)
@@ -14,7 +14,7 @@
 int seq_main(int argc, char **argv)
 {
        double last, first, increment, i;
-       
+
        first = increment = 1;
        switch (argc) {
                case 4: