ruby-changes:23016
From: nobu <ko1@a...>
Date: Fri, 16 Mar 2012 17:38:46 +0900 (JST)
Subject: [ruby-changes:23016] nobu:r35064 (trunk): fix indent
nobu 2012-03-16 17:38:20 +0900 (Fri, 16 Mar 2012) New Revision: 35064 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35064 Log: fix indent * test/ruby/test_exception.rb (test_exception): fix indent. Modified files: trunk/test/ruby/test_exception.rb Index: test/ruby/test_exception.rb =================================================================== --- test/ruby/test_exception.rb (revision 35063) +++ test/ruby/test_exception.rb (revision 35064) @@ -82,16 +82,16 @@ assert(!$bad) assert(catch(:foo) { - loop do - loop do - throw :foo, true - break - end - break - assert(false) # should no reach here - end - false - }) + loop do + loop do + throw :foo, true + break + end + break + assert(false) # should no reach here + end + false + }) end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/