summaryrefslogtreecommitdiffstats
path: root/src/usr/local/pkg
diff options
context:
space:
mode:
authorJosh Galvez (zevlag) <josh@zevlag.com>2016-03-11 17:06:21 -0700
committerChris Buechler <cmb@pfsense.org>2016-06-30 01:11:08 -0500
commitde8882d6f160df77769a3f651044d270c07e77d2 (patch)
tree87d9770f7a1a60ce149a3102ff8893f72f8d64e2 /src/usr/local/pkg
parentdc2db4dcc061211dcb404bbf777539264ef105ca (diff)
downloadpfsense-de8882d6f160df77769a3f651044d270c07e77d2.zip
pfsense-de8882d6f160df77769a3f651044d270c07e77d2.tar.gz
Whitespace cleanup
Diffstat (limited to 'src/usr/local/pkg')
-rw-r--r--src/usr/local/pkg/miniupnpd.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/pkg/miniupnpd.inc b/src/usr/local/pkg/miniupnpd.inc
index b2d8b71..13248b5 100644
--- a/src/usr/local/pkg/miniupnpd.inc
+++ b/src/usr/local/pkg/miniupnpd.inc
@@ -243,8 +243,8 @@
$config_text .= "serial=".strtoupper(substr(upnp_uuid(), 0, 8))."\n";
/* set model number */
- if (!empty($upnp_config['modelnumber'])){
- $config_text .= "model_number=" . $upnp_config['modelnumber'] . "\n";
+ if (!empty($upnp_config['modelnumber'])){
+ $config_text .= "model_number=" . $upnp_config['modelnumber'] . "\n";
} else {
$config_text .= "model_number=" . $g['product_version'] . "\n";
}
OpenPOWER on IntegriCloud