summaryrefslogtreecommitdiff
path: root/test/proc_child.c
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2002-11-28 11:17:10 +0000
committerJoe Orton <jorton@apache.org>2002-11-28 11:17:10 +0000
commitf6b945f5b5cced1cfaa5c80fe3b717b5f143d991 (patch)
treec4ac82dd084e2c3aeb1d7d3ac2dfd375cb076641 /test/proc_child.c
parent22bff5fb4e3445b02f3967c64b99e6770779a7fb (diff)
downloadapr-f6b945f5b5cced1cfaa5c80fe3b717b5f143d991.tar.gz
Detabify.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64105 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/proc_child.c')
-rw-r--r--test/proc_child.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/proc_child.c b/test/proc_child.c
index b3b6ddb93..a4c16ebf3 100644
--- a/test/proc_child.c
+++ b/test/proc_child.c
@@ -12,7 +12,7 @@ int main(void)
bytes = read(STDIN_FILENO, buf, 256);
if (bytes > 0)
- write(STDOUT_FILENO, buf, bytes);
+ write(STDOUT_FILENO, buf, bytes);
return 0; /* just to keep the compiler happy */
}