aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2006-11-11 18:45:20 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2006-11-11 18:45:20 +0000
commit52fc06f0f219ebbd77cfa7c6d4530d0c42d27865 (patch)
treeb126d8e71b154c3783831726bbba2dd77778ed27 /tools
parent08a8d24059be57398e4c40f0ea236da98a27376e (diff)
downloadsrc-52fc06f0f219ebbd77cfa7c6d4530d0c42d27865.tar.gz
src-52fc06f0f219ebbd77cfa7c6d4530d0c42d27865.zip
o Indent by tab.
Notes
Notes: svn path=/head/; revision=164192
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/file/dup/dup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/file/dup/dup.c b/tools/regression/file/dup/dup.c
index b87faa418524..ad1f6df4f078 100644
--- a/tools/regression/file/dup/dup.c
+++ b/tools/regression/file/dup/dup.c
@@ -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);