Skip to content

Commit daf5465

Browse files
committed
Whitespace Cleanup
1 parent 35d672d commit daf5465

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

external/pcaprub/extconf.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
puts "-----------------------------------------------------------------"
1010
#uncoment to force ioctl on non windows systems
1111
#@force_ioctl = true
12-
@supported_archs = [ "i386-mingw32", "i486-linux","x86_64-linux",
13-
"universal-darwin10.0", "i386-openbsd4.8","i386-freebsd8","arm-linux-eabi"]
12+
@supported_archs = [ "i386-mingw32", "i486-linux", "x86_64-linux",
13+
"universal-darwin10.0", "i386-openbsd4.8", "i386-freebsd8",
14+
"arm-linux-eabi" ]
1415
#arm-linux-eabi tested on maemo5 / N900
1516
puts "[*] Warning : this platform as not been tested" unless @supported_archs.include? RUBY_PLATFORM
1617

0 commit comments

Comments
 (0)