aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-/debug
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-08 13:50:50 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-08 13:50:50 +0000
commit3f167b72bdce969f42df0c1488df8018b6f07437 (patch)
tree553324905c03d3af05b259b50e715c7becf728a0 /test/-ext-/debug
parent6fa584e2a522100e3c3661a302eb21b75a95639c (diff)
downloadruby-3f167b72bdce969f42df0c1488df8018b6f07437.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/-ext-/debug')
-rw-r--r--test/-ext-/debug/test_profile_frames.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/debug/test_profile_frames.rb b/test/-ext-/debug/test_profile_frames.rb
index cca4607c73..410c2fbe11 100644
--- a/test/-ext-/debug/test_profile_frames.rb
+++ b/test/-ext-/debug/test_profile_frames.rb
@@ -7,7 +7,7 @@ class SampleClassForTestProfileFrames
block.call
end
end
-
+
def self.bar(block)
Sample2.new.baz(block)
end