From 7dd49ed5a78a2631f1a59635b1a0d6b9e18193cf Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 18 May 2011 14:09:38 +0000 Subject: * lib: remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/benchmark.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/benchmark.rb') diff --git a/lib/benchmark.rb b/lib/benchmark.rb index f3eaf340f4..84ed6c77f9 100644 --- a/lib/benchmark.rb +++ b/lib/benchmark.rb @@ -302,7 +302,7 @@ module Benchmark # A Job is a sequence of labelled blocks to be processed by the # Benchmark.bmbm method. It is of little direct interest to the user. # - class Job + class Job # # Returns an initialized Job instance. # Usually, one doesn't call this method directly, as new @@ -380,7 +380,7 @@ module Benchmark # Default caption, see also Benchmark::CAPTION CAPTION = " user system total real\n" - + # Default format string, see also Benchmark::FORMAT FORMAT = "%10.6u %10.6y %10.6t %10.6r\n" -- cgit v1.2.3