From b51aa13f4f56f0da7bd480829a35d2d5d608c8d6 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Thu, 6 Nov 2003 00:25:33 +0000 Subject: Get rid of tabs. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64733 13f79535-47bb-0310-9956-ffa450edef68 --- threadproc/unix/proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'threadproc/unix/proc.c') diff --git a/threadproc/unix/proc.c b/threadproc/unix/proc.c index e5fa9a0d1..786596c73 100644 --- a/threadproc/unix/proc.c +++ b/threadproc/unix/proc.c @@ -233,7 +233,7 @@ APR_DECLARE(apr_status_t) apr_proc_fork(apr_proc_t *proc, apr_pool_t *pool) proc->out = NULL; proc->err = NULL; - apr_random_after_fork(proc); + apr_random_after_fork(proc); return APR_INCHILD; } -- cgit v1.2.3