From 7b6faae22e4e38167ad8ab6733dbc1beacd2ffa1 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 26 Nov 2009 05:25:08 +0000 Subject: * removed spaces just before tabs. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index 7acd28571..643455eca 100644 --- a/io.c +++ b/io.c @@ -5648,7 +5648,7 @@ io_reopen(VALUE io, VALUE nfile) nfile = rb_io_get_io(nfile); if (rb_safe_level() >= 4 && - (!OBJ_UNTRUSTED(io) || !OBJ_UNTRUSTED(nfile))) { + (!OBJ_UNTRUSTED(io) || !OBJ_UNTRUSTED(nfile))) { rb_raise(rb_eSecurityError, "Insecure: can't reopen"); } GetOpenFile(io, fptr); -- cgit