ruby-changes:62541
From: Nobuyoshi <ko1@a...>
Date: Mon, 10 Aug 2020 16:36:33 +0900 (JST)
Subject: [ruby-changes:62541] fac62f094e (master): Adjust indent
https://git.ruby-lang.org/ruby.git/commit/?id=fac62f094e From fac62f094e429b0290bb2940077a1c28dc614645 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Mon, 10 Aug 2020 16:35:42 +0900 Subject: Adjust indent diff --git a/string.c b/string.c index 2759aaa..c8deba7 100644 --- a/string.c +++ b/string.c @@ -6467,7 +6467,7 @@ str_undump(VALUE str) https://github.com/ruby/ruby/blob/trunk/string.c#L6467 rb_raise(rb_eRuntimeError, "non-ASCII character detected"); } if (!str_null_check(str, &w)) { - rb_raise(rb_eRuntimeError, "string contains null byte"); + rb_raise(rb_eRuntimeError, "string contains null byte"); } if (RSTRING_LEN(str) < 2) goto invalid_format; if (*s != '"') goto invalid_format; -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/