From 58c8b6e86273ccb7a1b903d9ab35956b69b3b1bf Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 6 Aug 2022 10:13:20 +0900 Subject: Adjust styles [ci skip] --- win32/win32.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'win32/win32.c') diff --git a/win32/win32.c b/win32/win32.c index 6d3e368565..edf89be4b1 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -5406,7 +5406,8 @@ wrename(const WCHAR *oldpath, const WCHAR *newpath) } /* License: Ruby's */ -int rb_w32_urename(const char *from, const char *to) +int +rb_w32_urename(const char *from, const char *to) { WCHAR *wfrom; WCHAR *wto; @@ -5425,7 +5426,8 @@ int rb_w32_urename(const char *from, const char *to) } /* License: Ruby's */ -int rb_w32_rename(const char *from, const char *to) +int +rb_w32_rename(const char *from, const char *to) { WCHAR *wfrom; WCHAR *wto; -- cgit v1.2.1