From faaedc63a7ac5e82f0ca494f4661a04192fe63c0 Mon Sep 17 00:00:00 2001 From: drbrain Date: Tue, 23 Sep 2008 18:16:08 +0000 Subject: Fix ruby -w warnings for mismatched indentation discovered by rdoc git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8c9eca458..fe8eefa84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Sep 24 03:08:58 2008 Eric Hodel + + * lib/uri/mailto.rb: fix indentation. + * lib/uri/generic.rb: ditto. + * lib/yaml.rb: ditto. + * lib/uri/cgi/core.rb: fix indentation and ambiguous argument warning. + Tue Sep 23 23:39:25 2008 James Edward Gray II * lib/csv/csv.rb: Improved the idea of whitespace and word characters used -- cgit