lib/rex/post/meterpreter/extensions/stdapi/railgun/platform_util.rb in librex-0.0.68 vs lib/rex/post/meterpreter/extensions/stdapi/railgun/platform_util.rb in librex-0.0.70

- old
+ new

@@ -5,15 +5,15 @@ module Extensions module Stdapi module Railgun module PlatformUtil - X86_64 = :x86_64 - X86_32 = :x86_32 + X86_64 = :x86_64 + X86_32 = :x86_32 - def self.parse_client_platform(meterp_client_platform) - meterp_client_platform =~ /win64/ ? X86_64 : X86_32 - end + def self.parse_client_platform(meterp_client_platform) + meterp_client_platform =~ /win64/ ? X86_64 : X86_32 + end end # PlatformUtil end # Railgun end # Stdapi end # Extensions