]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/async.c
failtest: use high-numbers file descriptors to stay out of the way.
[ccan] / tools / ccanlint / async.c
index ffa18ca80eea529aa0f0ef60639ce17f9ee5cb6c..e12e140daae9b0a4d5cccd0ae08b076fb782f5c4 100644 (file)
@@ -47,6 +47,7 @@ static void run_more(void)
 
        while (num_running < lbalance_target(lb)) {
                int p[2];
 
        while (num_running < lbalance_target(lb)) {
                int p[2];
+
                c = tlist_top(&pending, struct command, list);
                if (!c)
                        break;
                c = tlist_top(&pending, struct command, list);
                if (!c)
                        break;