libupnp: style nit

Closes Homebrew/homebrew#50447.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
master
Dominyk Tiller 2016-03-26 19:52:00 +00:00 committed by Xu Cheng
parent 8152433a3a
commit b7b0466f75
1 changed files with 5 additions and 4 deletions

View File

@ -14,10 +14,11 @@ class Libupnp < Formula
option "with-ipv6", "Enable IPv6 support"
def install
args = ["--disable-debug",
"--disable-dependency-tracking",
"--prefix=#{prefix}"
]
args = %W[
--disable-debug
--disable-dependency-tracking
--prefix=#{prefix}
]
args << "--enable-ipv6" if build.with? "ipv6"