From 52fc06f0f219ebbd77cfa7c6d4530d0c42d27865 Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Sat, 11 Nov 2006 18:45:20 +0000 Subject: [PATCH] o Indent by tab. --- tools/regression/file/dup/dup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/regression/file/dup/dup.c b/tools/regression/file/dup/dup.c index b87faa41852..ad1f6df4f07 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);