mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add a space aftre bracket.
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user