diff options
author | Tollef Fog Heen <tfheen@err.no> | 2009-07-10 14:11:17 +0200 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2009-07-10 14:11:17 +0200 |
commit | 2a323e50cf8b4b75b9cf1e258908819e6f59daa6 (patch) | |
tree | 99e5c566036ba18ceeaf6d892936a715f515cc53 | |
parent | 4c46b498f7c42a037f4f00e54f8a6a0197a80c93 (diff) | |
download | moreutils-2a323e50cf8b4b75b9cf1e258908819e6f59daa6.tar.gz |
Fix indentation
-rw-r--r-- | parallel.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) { |