summaryrefslogtreecommitdiffstats
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
commitd61342b61795a000f8513b5f8ece55f06311f3bb (patch)
tree613f36cd3c8f0449e844efba70763549ba0f3a81 /string.c
parent8a100acfeb09cf513c05d8b23836aecb3f5f3954 (diff)
downloadruby-d61342b61795a000f8513b5f8ece55f06311f3bb.tar.gz
ruby-d61342b61795a000f8513b5f8ece55f06311f3bb.tar.xz
ruby-d61342b61795a000f8513b5f8ece55f06311f3bb.zip
* insnhelper.ci, string.c: fixed indent.
git-svn-id: http://svn.ruby-lang.org/repos/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 eeb3f9499..2f69d64b4 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;