From 5a42dca6887203ebba3532f4430c17d3a73a6169 Mon Sep 17 00:00:00 2001 From: git Date: Mon, 15 Jul 2019 16:51:18 +0900 Subject: * expand tabs. --- eval_error.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eval_error.c') diff --git a/eval_error.c b/eval_error.c index 44d82e8a7f..6132cbe8c8 100644 --- a/eval_error.c +++ b/eval_error.c @@ -169,10 +169,10 @@ print_errinfo(const VALUE eclass, const VALUE errat, const VALUE emesg, const VA write_warn(str, "\n"); } else { - /* emesg is a String instance */ + /* emesg is a String instance */ const char *tail = 0; - if (highlight) write_warn(str, bold); + if (highlight) write_warn(str, bold); if (RSTRING_PTR(epath)[0] == '#') epath = 0; if ((tail = memchr(einfo, '\n', elen)) != 0) { -- cgit v1.2.3