summaryrefslogtreecommitdiff
path: root/test/testshmconsumer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testshmconsumer.c')
-rw-r--r--test/testshmconsumer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testshmconsumer.c b/test/testshmconsumer.c
index bf70e728c..adde4fc16 100644
--- a/test/testshmconsumer.c
+++ b/test/testshmconsumer.c
@@ -38,7 +38,7 @@ int main(void)
int recvd;
apr_initialize();
-
+
if (apr_pool_create(&pool, NULL) != APR_SUCCESS) {
exit(-1);
}
@@ -66,7 +66,7 @@ int main(void)
int main(void)
{
/* Just return, this program will never be called, so we don't need
- * to print a message
+ * to print a message
*/
return 0;
}