* lib/rexml/xpath_parser.rb: Fix indent.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2014-02-22 14:17:27 +00:00
parent e0c15b6da9
commit 1513550611
2 changed files with 14 additions and 10 deletions

View File

@ -1,3 +1,7 @@
Sat Feb 22 23:17:01 2014 Kouhei Sutou <kou@cozmixng.org>
* lib/rexml/xpath_parser.rb: Fix indent.
Sat Feb 22 23:15:35 2014 Kouhei Sutou <kou@cozmixng.org>
* test/rexml/xpath/test_attribute.rb: Simplify.