summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-10 12:43:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-10 12:43:33 +0000
commitb9e52ef8b6a004082fa341ee9c6bbbd5168e7daf (patch)
treeb1e4e9a37be032907d92f58ba3a5824c09bd5b46 /io.c
parentd8442c43066fe2ff875c74af5c8eda35437adb1e (diff)
Adjusted styles
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/io.c b/io.c
index cd83f520af..73108f7747 100644
--- a/io.c
+++ b/io.c
@@ -10996,7 +10996,8 @@ nogvl_fcopyfile(struct copy_stream_struct *stp)
return 1;
}
}
- } else {
+ }
+ else {
switch (errno) {
case ENOTSUP:
case EPERM: