summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-05 14:49:08 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-05 14:49:08 +0000
commit2cd4da28c6e09576b652ba25c72537a7d84f38d3 (patch)
treeb8a495fa5c34ca952899256781c017bfc3a4f9a1 /compile.c
parentda4a5ef141a7d78f8e72567fc46db2de820833f7 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compile.c b/compile.c
index 05d11f5583..1f2bed729e 100644
--- a/compile.c
+++ b/compile.c
@@ -625,7 +625,7 @@ rb_iseq_original_iseq(rb_iseq_t *iseq) /* cold path */
/* 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)
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.
*/