]> err.no Git - moreutils/commitdiff
Fix indentation
authorTollef Fog Heen <tfheen@err.no>
Fri, 10 Jul 2009 12:11:17 +0000 (14:11 +0200)
committerTollef Fog Heen <tfheen@err.no>
Fri, 10 Jul 2009 12:11:17 +0000 (14:11 +0200)
parallel.c

index 418dc348cd36b410129410d70f4d745fd8a89fad..5b05af6a6f204edb2fe3f781bc6d50fa0d3fd985 100644 (file)
@@ -127,8 +127,8 @@ int main(int argc, char **argv)
        }
 
        if (maxjobs < 0 && maxload < 0) {
-         maxjobs = 1; /* XXX: Maybe we should try to autodetect
-                         number of CPUs? */
+               maxjobs = 1; /* XXX: Maybe we should try to autodetect
+                               number of CPUs? */
        }
 
        while (optind < argc) {