Fix indentation in MachO#mach_data
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
7002359f7a
commit
075a59e3f1
@ -50,10 +50,10 @@ module MachO
|
|||||||
end
|
end
|
||||||
|
|
||||||
type = case read(4, offset + 12).unpack("N")[0]
|
type = case read(4, offset + 12).unpack("N")[0]
|
||||||
when 0x00000002, 0x02000000 then :executable
|
when 0x00000002, 0x02000000 then :executable
|
||||||
when 0x00000006, 0x06000000 then :dylib
|
when 0x00000006, 0x06000000 then :dylib
|
||||||
else :dunno
|
else :dunno
|
||||||
end
|
end
|
||||||
|
|
||||||
mach_data << { :arch => arch, :type => type }
|
mach_data << { :arch => arch, :type => type }
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user