ruby-changes:36208
From: svn <ko1@a...>
Date: Wed, 5 Nov 2014 23:49:15 +0900 (JST)
Subject: [ruby-changes:36208] svn:r48289 (trunk): * remove trailing spaces.
svn 2014-11-05 23:49:08 +0900 (Wed, 05 Nov 2014) New Revision: 48289 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48289 Log: * remove trailing spaces. Modified files: trunk/compile.c Index: compile.c =================================================================== --- compile.c (revision 48288) +++ compile.c (revision 48289) @@ -625,7 +625,7 @@ rb_iseq_original_iseq(rb_iseq_t *iseq) / https://github.com/ruby/ruby/blob/trunk/compile.c#L625 /* definition of data structure for compiler */ /*********************************************/ -/* +/* * On 32-bit SPARC, GCC by default generates SPARC V7 code that may require * 8-byte word alignment. On the other hand, Oracle Solaris Studio seems to * generate SPARCV8PLUS code with unaligned memory accesss instructions. @@ -660,7 +660,7 @@ calc_padding(void *ptr, size_t size) https://github.com/ruby/ruby/blob/trunk/compile.c#L660 if (mis > 0) { padding = ALIGNMENT_SIZE - mis; } -/* +/* * On 32-bit sparc or equivalents, when a single VALUE is requested * and padding == sizeof(VALUE), it is clear that no padding is needed. */ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/