summaryrefslogtreecommitdiff
path: root/test/testmmap.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/testmmap.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/testmmap.c')
-rw-r--r--test/testmmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testmmap.c b/test/testmmap.c
index a50569c41..a54866438 100644
--- a/test/testmmap.c
+++ b/test/testmmap.c
@@ -81,7 +81,7 @@ static void test_file_close(abts_case *tc, void *data)
ABTS_INT_EQUAL(tc, APR_SUCCESS, rv);
thefile = NULL;
}
-
+
static void test_file_open(abts_case *tc, void *data)
{
apr_status_t rv;
@@ -91,7 +91,7 @@ static void test_file_open(abts_case *tc, void *data)
ABTS_INT_EQUAL(tc, APR_SUCCESS, rv);
ABTS_PTR_NOTNULL(tc, thefile);
}
-
+
static void test_get_filesize(abts_case *tc, void *data)
{
apr_status_t rv;