aboutsummaryrefslogtreecommitdiffstats
path: root/eval_error.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-07-15 16:51:18 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-07-15 16:51:18 +0900
commit5a42dca6887203ebba3532f4430c17d3a73a6169 (patch)
tree291e009b6d78f7906e80bcbe2b463f0afab99edc /eval_error.c
parent5e0d27a32f2b3f1242c9990acf83b7970b37bbce (diff)
downloadruby-5a42dca6887203ebba3532f4430c17d3a73a6169.tar.gz
* expand tabs.
Diffstat (limited to 'eval_error.c')
-rw-r--r--eval_error.c4
1 files changed, 2 insertions, 2 deletions
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) {