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

ruby-changes:55109

From: svn <ko1@a...>
Date: Thu, 21 Mar 2019 04:57:46 +0900 (JST)
Subject: [ruby-changes:55109] svn:r67316 (trunk): * expand tabs.

svn	2019-03-21 04:57:43 +0900 (Thu, 21 Mar 2019)

  New Revision: 67316

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67316

  Log:
    * expand tabs.

  Modified files:
    trunk/vm_insnhelper.c
Index: vm_insnhelper.c
===================================================================
--- vm_insnhelper.c	(revision 67315)
+++ vm_insnhelper.c	(revision 67316)
@@ -1708,10 +1708,10 @@ rb_iseq_only_optparam_p(const rb_iseq_t https://github.com/ruby/ruby/blob/trunk/vm_insnhelper.c#L1708
 {
     return iseq->body->param.flags.has_opt == TRUE &&
            iseq->body->param.flags.has_rest == FALSE &&
-	   iseq->body->param.flags.has_post == FALSE &&
-	   iseq->body->param.flags.has_kw == FALSE &&
-	   iseq->body->param.flags.has_kwrest == FALSE &&
-	   iseq->body->param.flags.has_block == FALSE;
+           iseq->body->param.flags.has_post == FALSE &&
+           iseq->body->param.flags.has_kw == FALSE &&
+           iseq->body->param.flags.has_kwrest == FALSE &&
+           iseq->body->param.flags.has_block == FALSE;
 }
 
 static inline void

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

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