o Indent by tab.

This commit is contained in:
Maxim Konovalov 2006-11-11 18:45:20 +00:00
parent 08a8d24059
commit 52fc06f0f2

View File

@ -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);