[前][次][番号順一覧][スレッド一覧]

ruby-changes:56558

From: git <ko1@a...>
Date: Mon, 15 Jul 2019 16:51:31 +0900 (JST)
Subject: [ruby-changes:56558] git: 5a42dca688 (master): * expand tabs.

https://git.ruby-lang.org/ruby.git/commit/?id=5a42dca688

From 5a42dca6887203ebba3532f4430c17d3a73a6169 Mon Sep 17 00:00:00 2001
From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Date: Mon, 15 Jul 2019 16:51:18 +0900
Subject: * expand tabs.


diff --git a/eval_error.c b/eval_error.c
index 44d82e8..6132cbe 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 https://github.com/ruby/ruby/blob/trunk/eval_error.c#L169
 	    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 v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]