ruby-changes:49089
From: nobu <ko1@a...>
Date: Wed, 13 Dec 2017 19:16:09 +0900 (JST)
Subject: [ruby-changes:49089] nobu:r61204 (trunk): process.c: adjust indent
nobu 2017-12-13 19:16:05 +0900 (Wed, 13 Dec 2017) New Revision: 61204 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61204 Log: process.c: adjust indent Modified files: trunk/process.c Index: process.c =================================================================== --- process.c (revision 61203) +++ process.c (revision 61204) @@ -490,7 +490,7 @@ rb_last_status_get(void) https://github.com/ruby/ruby/blob/trunk/process.c#L490 static VALUE proc_s_last_status(VALUE mod) { - return rb_last_status_get(); + return rb_last_status_get(); } void -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/