From daf5465bbdbc3ead083439714db0cf2b761a29d0 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Thu, 27 Dec 2012 09:08:40 -0600 Subject: [PATCH] Whitespace Cleanup --- external/pcaprub/extconf.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/external/pcaprub/extconf.rb b/external/pcaprub/extconf.rb index 0a54a1bc36..872a7eed3a 100644 --- a/external/pcaprub/extconf.rb +++ b/external/pcaprub/extconf.rb @@ -9,8 +9,9 @@ puts "\n[*] Running checks for netifaces code added by metasploit project" puts "-----------------------------------------------------------------" #uncoment to force ioctl on non windows systems #@force_ioctl = true -@supported_archs = [ "i386-mingw32", "i486-linux","x86_64-linux", - "universal-darwin10.0", "i386-openbsd4.8","i386-freebsd8","arm-linux-eabi"] +@supported_archs = [ "i386-mingw32", "i486-linux", "x86_64-linux", + "universal-darwin10.0", "i386-openbsd4.8", "i386-freebsd8", + "arm-linux-eabi" ] #arm-linux-eabi tested on maemo5 / N900 puts "[*] Warning : this platform as not been tested" unless @supported_archs.include? RUBY_PLATFORM