summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-18 05:11:49 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-18 05:11:49 +0000
commitc2a41b3a713052d4c970830d703ae3f71b33a931 (patch)
tree613f36cd3c8f0449e844efba70763549ba0f3a81 /string.c
parent0c031468fe31537bad55ce558e22a6c5da527d7d (diff)
* insnhelper.ci, string.c: fixed indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'string.c')
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.c b/string.c
index eeb3f9499d..2f69d64b4a 100644
--- a/string.c
+++ b/string.c
@@ -201,7 +201,7 @@ str_new3(VALUE klass, VALUE str)
RSTRING(str2)->as.heap.len = RSTRING_LEN(str);
RSTRING(str2)->as.heap.ptr = RSTRING_PTR(str);
RSTRING(str2)->as.heap.aux.shared = str;
- FL_SET(str2, ELTS_SHARED);
+ FL_SET(str2, ELTS_SHARED);
}
return str2;