From 45305686fe00a12c44419fb932cd9ef070e46a55 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Sun, 18 May 2014 19:40:17 +0900 Subject: Add a space aftre bracket. --- src/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/string.c') diff --git a/src/string.c b/src/string.c index 5d4e217b3..1572cab14 100644 --- a/src/string.c +++ b/src/string.c @@ -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; } } -- cgit v1.2.3