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