Add a space aftre bracket.

This commit is contained in:
yui-knk
2014-05-18 19:40:17 +09:00
parent 1f6d8d73bd
commit 45305686fe
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1821,7 +1821,7 @@ mrb_str_split_m(mrb_state *mrb, mrb_value str)
else {
if (mrb_string_p(spat)) {
split_type = string;
if (RSTRING_LEN(spat) == 1 && RSTRING_PTR(spat)[0] == ' '){
if (RSTRING_LEN(spat) == 1 && RSTRING_PTR(spat)[0] == ' ') {
split_type = awk;
}
}