diff options
author | Ben Laurie <ben@apache.org> | 2003-11-06 00:25:33 +0000 |
---|---|---|
committer | Ben Laurie <ben@apache.org> | 2003-11-06 00:25:33 +0000 |
commit | b51aa13f4f56f0da7bd480829a35d2d5d608c8d6 (patch) | |
tree | d7062ddfb9fdefcdebf66d9588c97c60a784e699 /threadproc/unix/proc.c | |
parent | c9e417dd6cb4d6742bf2e74daed9bd427872215b (diff) | |
download | apr-b51aa13f4f56f0da7bd480829a35d2d5d608c8d6.tar.gz apr-b51aa13f4f56f0da7bd480829a35d2d5d608c8d6.zip |
Get rid of tabs.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64733 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc/unix/proc.c')
-rw-r--r-- | threadproc/unix/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |