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

ruby-changes:36534

From: kazu <ko1@a...>
Date: Thu, 27 Nov 2014 22:51:17 +0900 (JST)
Subject: [ruby-changes:36534] kazu:r48616 (trunk): fix indent [ci skip]

kazu	2014-11-27 22:51:01 +0900 (Thu, 27 Nov 2014)

  New Revision: 48616

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

  Log:
    fix indent [ci skip]

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 48615)
+++ ChangeLog	(revision 48616)
@@ -24,7 +24,7 @@ Thu Nov 27 19:04:50 2014  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L24
 
 	  For example, the following program
 	    def foo(k1: 1); end # line 1
-            foo(k2: 2)          # line 2
+	    foo(k2: 2)          # line 2
 	  causes "unknown keyword: k2 (ArgumentError)".
 
 	  Before this patch, the backtrace location is only line 2.

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

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