summaryrefslogtreecommitdiff
path: root/test/testshmproducer.c
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-11-20 07:14:38 +0000
committerIvan Zhakov <ivan@apache.org>2022-11-20 07:14:38 +0000
commit4f9b76b6f2acc4030ce9ef164322514c5d0e761b (patch)
tree9b993b3753affcbf164056826f9d568d8760b3a1 /test/testshmproducer.c
parent961caf5f46055483fa72ab02f5e8baa16c209e2f (diff)
downloadapr-4f9b76b6f2acc4030ce9ef164322514c5d0e761b.tar.gz
Remove trailing whitespaces in *.c.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1905414 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testshmproducer.c')
-rw-r--r--test/testshmproducer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testshmproducer.c b/test/testshmproducer.c
index eb61e76b9..ad8cff898 100644
--- a/test/testshmproducer.c
+++ b/test/testshmproducer.c
@@ -39,7 +39,7 @@ int main(void)
int sent = 0;
apr_initialize();
-
+
if (apr_pool_create(&pool, NULL) != APR_SUCCESS) {
exit(-1);
}