mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
o Indent by tab.
This commit is contained in:
parent
08a8d24059
commit
52fc06f0f2
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ main(int __unused argc, char __unused *argv[])
|
|||
* fuckups take out each other and make the end-result the way
|
||||
* it was meant to be.
|
||||
*/
|
||||
if ((fd2 = dup2(fd1, fd1)) < 0)
|
||||
if ((fd2 = dup2(fd1, fd1)) < 0)
|
||||
err(1, "dup2");
|
||||
printf("ok %d - dup2(2) to itself works\n", ++test);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue