ruby-changes:41842
From: svn <ko1@a...>
Date: Wed, 24 Feb 2016 22:31:23 +0900 (JST)
Subject: [ruby-changes:41842] svn:r53916 (trunk): * remove trailing spaces.
svn 2016-02-24 22:32:02 +0900 (Wed, 24 Feb 2016) New Revision: 53916 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53916 Log: * remove trailing spaces. Modified files: trunk/include/ruby/oniguruma.h Index: include/ruby/oniguruma.h =================================================================== --- include/ruby/oniguruma.h (revision 53915) +++ include/ruby/oniguruma.h (revision 53916) @@ -122,7 +122,7 @@ typedef ptrdiff_t OnigPosition; https://github.com/ruby/ruby/blob/trunk/include/ruby/oniguruma.h#L122 * Subfields (starting with 0 at LSB): * 0-2: Code point count in casefold.h * 3-9: Index into TitleCase array in casefold.h - * 10-15, 18-20: Case mapping flags + * 10-15, 18-20: Case mapping flags */ typedef unsigned int OnigCaseFoldType; /* case fold flag */ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/