summaryrefslogtreecommitdiffstats
path: root/src/usr/local/pkg/miniupnpd.inc
diff options
context:
space:
mode:
authorJosh Galvez (zevlag) <josh@zevlag.com>2016-03-11 17:06:21 -0700
committerJosh Galvez (zevlag) <josh@zevlag.com>2016-03-11 17:06:21 -0700
commit0748e493e25bf209aa7cd0e5dab532e13892d4dd (patch)
treeec1ae4dde1a95ae01949b04448983a18bcca314e /src/usr/local/pkg/miniupnpd.inc
parentc401e41e0679ca3642fcdf0c702c0fe84e5dbd66 (diff)
downloadpfsense-0748e493e25bf209aa7cd0e5dab532e13892d4dd.zip
pfsense-0748e493e25bf209aa7cd0e5dab532e13892d4dd.tar.gz
Whitespace cleanup
Diffstat (limited to 'src/usr/local/pkg/miniupnpd.inc')
-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