From 4d786d21e3e80a70554c3fed7aa39e8ec7922b44 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@25930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string.c') diff --git a/string.c b/string.c index 381c8528ac..a722ac14b0 100644 --- a/string.c +++ b/string.c @@ -3902,7 +3902,7 @@ rb_str_reverse_bang(VALUE str) while (s < e) { c = *s; *s++ = *e; - *e-- = c; + *e-- = c; } } else { -- cgit v1.2.3