aboutsummaryrefslogtreecommitdiffstats
path: root/transcode.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-29 06:47:34 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-29 06:47:34 +0000
commitb8c23ce39e20bfd2cc51f2b34b6380d2c77d4ba9 (patch)
treeab971ccc4915812d795b19ce6423ccf208753e17 /transcode.c
parent29b2ea6b558f7f8a75c11a7ce067196acd0c2dd8 (diff)
downloadruby-b8c23ce39e20bfd2cc51f2b34b6380d2c77d4ba9.tar.gz
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'transcode.c')
-rw-r--r--transcode.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/transcode.c b/transcode.c
index 5bcee00359..6d31700711 100644
--- a/transcode.c
+++ b/transcode.c
@@ -3156,10 +3156,10 @@ econv_s_search_convpath(int argc, VALUE *argv, VALUE klass)
transcode_search_path(sname, dname, search_convpath_i, &convpath);
if (NIL_P(convpath)) {
- VALUE exc = rb_econv_open_exc(sname, dname, ecflags);
- RB_GC_GUARD(snamev);
- RB_GC_GUARD(dnamev);
- rb_exc_raise(exc);
+ VALUE exc = rb_econv_open_exc(sname, dname, ecflags);
+ RB_GC_GUARD(snamev);
+ RB_GC_GUARD(dnamev);
+ rb_exc_raise(exc);
}
if (decorate_convpath(convpath, ecflags) == -1) {