summaryrefslogtreecommitdiff
path: root/ext/tk/sample/remote-ip_sample.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/sample/remote-ip_sample.rb')
-rw-r--r--ext/tk/sample/remote-ip_sample.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/sample/remote-ip_sample.rb b/ext/tk/sample/remote-ip_sample.rb
index 3c153e94fa..3696a20852 100644
--- a/ext/tk/sample/remote-ip_sample.rb
+++ b/ext/tk/sample/remote-ip_sample.rb
@@ -28,6 +28,6 @@ end
ip.eval_proc{TkButton.new(:command=>'exit', :text=>'QUIT').pack(:fill=>:x)}
TkButton.new(:command=>proc{exit}, :text=>'QUIT',
- :padx=>10, :pady=>7).pack(:padx=>10, :pady=>7)
+ :padx=>10, :pady=>7).pack(:padx=>10, :pady=>7)
Tk.mainloop