summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.c6
1 files changed, 4 insertions, 2 deletions
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;