From 671efe625a8356cbd66e1c9ff74bc47ae836be2b Mon Sep 17 00:00:00 2001 From: zeho11 Date: Thu, 15 Dec 2022 20:49:01 +0900 Subject: [PATCH] Update --- tst/passthrough-fuse/winposix.c | 2 +- tst/passthrough-fuse3/winposix.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tst/passthrough-fuse/winposix.c b/tst/passthrough-fuse/winposix.c index eab0f24e..59f81b05 100644 --- a/tst/passthrough-fuse/winposix.c +++ b/tst/passthrough-fuse/winposix.c @@ -167,7 +167,7 @@ char *realpath(const char *path, char *resolved) return result; } -int uncpath(const char* path, WCHAR* buf, int nchar) +int uncpath(const char *path, WCHAR *buf, int nchar) { if (4 < nchar && 0 < MultiByteToWideChar(CP_UTF8, 0, path, -1, &buf[4], nchar - 4)) diff --git a/tst/passthrough-fuse3/winposix.c b/tst/passthrough-fuse3/winposix.c index 30829282..a4b89ddc 100644 --- a/tst/passthrough-fuse3/winposix.c +++ b/tst/passthrough-fuse3/winposix.c @@ -167,7 +167,7 @@ char *realpath(const char *path, char *resolved) return result; } -int uncpath(const char* path, WCHAR* buf, int nchar) +int uncpath(const char *path, WCHAR *buf, int nchar) { if (4 < nchar && 0 < MultiByteToWideChar(CP_UTF8, 0, path, -1, &buf[4], nchar - 4))