mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Util
- Minor formatting.
This commit is contained in:
parent
0075dbe429
commit
8ca096689c
1 changed files with 4 additions and 4 deletions
|
@ -364,7 +364,7 @@ int execute (
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
close (pin[1]); // Close the write end of the input pipe.
|
close (pin[1]); // Close the write end of the input pipe.
|
||||||
close (pout[0]); // Close the read-end of the output pipe.
|
close (pout[0]); // Close the read end of the output pipe.
|
||||||
|
|
||||||
int status = -1;
|
int status = -1;
|
||||||
if (wait (&status) == -1)
|
if (wait (&status) == -1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue