From 28a4c88f3a97ba06a4e9dd48f26de5d770a15bf5 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 21 May 2013 07:41:05 +0000 Subject: [PATCH] * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fe755604ae..f44ddf3d19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ Tue May 21 16:29:09 2013 Koichi Sasada * common.mk (rdoc-bench): add a benchmark rule - using RDoc. Generate all rdoc related files + using RDoc. Generate all rdoc related files (same as `make rdoc') in temporary directory and remove them. Excecution time, GC::Profiler and results of GC.stat are printed.