summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-12 08:44:46 -0200
committerRenato Botelho <renato@netgate.com>2016-01-12 08:44:46 -0200
commitf52508b72f319bc24aa90f2e42a38fca2cf70a6c (patch)
tree5be13cd1c86e61e890b791cd883861341d53fdb1 /src
parentf4c114d4a6fcfcd7e69e6a009db683d78d83189d (diff)
downloadpfsense-f52508b72f319bc24aa90f2e42a38fca2cf70a6c.zip
pfsense-f52508b72f319bc24aa90f2e42a38fca2cf70a6c.tar.gz
Add missing spaces
Diffstat (limited to 'src')
-rw-r--r--src/etc/inc/interfaces.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc
index 2e1fce5..e40b0f7 100644
--- a/src/etc/inc/interfaces.inc
+++ b/src/etc/inc/interfaces.inc
@@ -3098,7 +3098,7 @@ function interface_mtu_wanted_for_pppoe($realif) {
continue;
}
- $ports = explode(',',$ppp['ports']);
+ $ports = explode(',', $ppp['ports']);
$mtu_wanted = 1500;
foreach ($ports as $pid => $port) {
if (get_real_interface($port) != $realif) {
@@ -3106,7 +3106,7 @@ function interface_mtu_wanted_for_pppoe($realif) {
}
if (!empty($ppp['mtu'])) {
- $mtus = explode(',',$ppp['mtu']);
+ $mtus = explode(',', $ppp['mtu']);
} else {
$mtus == array();
}
OpenPOWER on IntegriCloud