aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tkextlib/tkimg/xpm.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/lib/tkextlib/tkimg/xpm.rb')
-rw-r--r--ext/tk/lib/tkextlib/tkimg/xpm.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/tk/lib/tkextlib/tkimg/xpm.rb b/ext/tk/lib/tkextlib/tkimg/xpm.rb
index eff1e3c2b6..e29c1d554f 100644
--- a/ext/tk/lib/tkextlib/tkimg/xpm.rb
+++ b/ext/tk/lib/tkextlib/tkimg/xpm.rb
@@ -17,11 +17,11 @@ module Tk
module Img
module XPM
def self.package_version
- begin
- TkPackage.require('img::xpm')
- rescue
- ''
- end
+ begin
+ TkPackage.require('img::xpm')
+ rescue
+ ''
+ end
end
end
end