Fix spacing and indentation.

This commit is contained in:
Markus Reiter 2016-10-14 20:33:16 +02:00
parent 2b7e6c1dcb
commit ad8ae33c1f
27 changed files with 646 additions and 646 deletions

View File

@ -91,7 +91,7 @@ module Hbc
end end
# unnecessary DMG metadata # unnecessary DMG metadata
DMG_METADATA_FILES = %w[ DMG_METADATA_FILES = Set.new %w[
.background .background
.com.apple.timemachine.donotpresent .com.apple.timemachine.donotpresent
.com.apple.timemachine.supported .com.apple.timemachine.supported
@ -103,7 +103,7 @@ module Hbc
.TemporaryItems .TemporaryItems
.Trashes .Trashes
.VolumeIcon.icns .VolumeIcon.icns
].to_set.freeze ].freeze
def dmg_metadata?(path) def dmg_metadata?(path)
relative_root = path.sub(%r{/.*}, "") relative_root = path.sub(%r{/.*}, "")