From 977267c2e0218d6b182807ddf9b7c1d929c40bed Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 22 Apr 2010 08:04:13 +0000 Subject: * ext/**/*.[ch]: removed trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/objspace/objspace.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/objspace/objspace.c') diff --git a/ext/objspace/objspace.c b/ext/objspace/objspace.c index aa39f58221..817380f83c 100644 --- a/ext/objspace/objspace.c +++ b/ext/objspace/objspace.c @@ -15,7 +15,7 @@ /* objspace library extends ObjectSpace module and add several * methods to get internal statistic information about * object/memory management. - * + * * Generally, you *SHOULD NOT*use this library if you do not know * about the MRI implementation. Mainly, this library is for (memory) * profiler developers and MRI developers who need to know how MRI @@ -203,7 +203,7 @@ cos_i(void *vstart, void *vend, size_t stride, void *data) * * It returns a hash as: * {:TOTAL=>1461154, :T_CLASS=>158280, :T_MODULE=>20672, :T_STRING=>527249, ...} - * + * * If the optional argument, result_hash, is given, * it is overwritten and returned. * This is intended to avoid probe effect. @@ -532,7 +532,7 @@ count_tdata_objects(int argc, VALUE *argv, VALUE self) /* objspace library extends ObjectSpace module and add several * methods to get internal statistic information about * object/memory management. - * + * * Generally, you *SHOULD NOT*use this library if you do not know * about the MRI implementation. Mainly, this library is for (memory) * profiler developers and MRI developers who need to know how MRI -- cgit v1.2.3