From: Tollef Fog Heen Date: Fri, 10 Jul 2009 12:11:17 +0000 (+0200) Subject: Fix indentation X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a323e50cf8b4b75b9cf1e258908819e6f59daa6;p=moreutils Fix indentation --- diff --git a/parallel.c b/parallel.c index 418dc34..5b05af6 100644 --- a/parallel.c +++ b/parallel.c @@ -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) {