summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-10 06:44:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-10 06:44:41 +0000
commit5ae753dfa3632a8bc4a4141ff67e8fc9554ca7a0 (patch)
treeb88888d1db310dc460f75315e5f2997f43f071e5 /io.c
parentcc02df324f74fc84b9eae1e66bdf38f4422c249b (diff)
Adjusted styles
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67493 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: