summaryrefslogtreecommitdiff
path: root/ext/tk/sample/tkline.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/sample/tkline.rb')
-rw-r--r--ext/tk/sample/tkline.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/tk/sample/tkline.rb b/ext/tk/sample/tkline.rb
index 5bdf3aec78..3124c2fe0c 100644
--- a/ext/tk/sample/tkline.rb
+++ b/ext/tk/sample/tkline.rb
@@ -8,8 +8,8 @@ def start_random
if defined? Thread
Thread.start do
loop do
- sleep 2
- Line.new($c, rand(400), rand(200), rand(400), rand(200))
+ sleep 2
+ Line.new($c, rand(400), rand(200), rand(400), rand(200))
end
end
end