aboutsummaryrefslogtreecommitdiff
path: root/file_io/os2/filesys.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 /file_io/os2/filesys.c
parent961caf5f46055483fa72ab02f5e8baa16c209e2f (diff)
downloadapr-4f9b76b6f2acc4030ce9ef164322514c5d0e761b.tar.gz
apr-4f9b76b6f2acc4030ce9ef164322514c5d0e761b.zip
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 'file_io/os2/filesys.c')
-rw-r--r--file_io/os2/filesys.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/file_io/os2/filesys.c b/file_io/os2/filesys.c
index ae43bc0a0..0f8da8142 100644
--- a/file_io/os2/filesys.c
+++ b/file_io/os2/filesys.c
@@ -27,8 +27,8 @@
*
* Leading spaces and periods are accepted, however.
* The * ? < > codes all have wildcard side effects
- * The " / \ : are exclusively component separator tokens
- * The system doesn't accept | for any (known) purpose
+ * The " / \ : are exclusively component separator tokens
+ * The system doesn't accept | for any (known) purpose
* Oddly, \x7f _is_ acceptable ;)
*/
@@ -63,7 +63,7 @@ apr_status_t filepath_root_test(char *path, apr_pool_t *p)
}
-apr_status_t filepath_drive_get(char **rootpath, char drive,
+apr_status_t filepath_drive_get(char **rootpath, char drive,
apr_int32_t flags, apr_pool_t *p)
{
char path[APR_PATH_MAX];
@@ -130,7 +130,7 @@ APR_DECLARE(apr_status_t) apr_filepath_get(char **defpath, apr_int32_t flags,
}
return APR_SUCCESS;
-}
+}