summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_lagg_edit.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-11 11:52:47 -0200
committerRenato Botelho <renato@netgate.com>2016-01-11 11:55:16 -0200
commitfc45f9b3092520e4df418732ca768c89862fcf52 (patch)
tree6e6199c5bb092e3ffd74529712e7fa5b373075a0 /src/usr/local/www/interfaces_lagg_edit.php
parente2783cd9453064c5abb313a0e7b94508868a92de (diff)
downloadpfsense-fc45f9b3092520e4df418732ca768c89862fcf52.zip
pfsense-fc45f9b3092520e4df418732ca768c89862fcf52.tar.gz
Fix spaces
Diffstat (limited to 'src/usr/local/www/interfaces_lagg_edit.php')
-rw-r--r--src/usr/local/www/interfaces_lagg_edit.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/local/www/interfaces_lagg_edit.php b/src/usr/local/www/interfaces_lagg_edit.php
index e5842c7..f1aaa05 100644
--- a/src/usr/local/www/interfaces_lagg_edit.php
+++ b/src/usr/local/www/interfaces_lagg_edit.php
@@ -221,8 +221,7 @@ if ($_POST) {
function build_member_list() {
global $pconfig, $portlist, $realifchecklist;
- $memberlist = array('list' => array(),
- 'selected' => array());
+ $memberlist = array('list' => array(), 'selected' => array());
foreach ($portlist as $ifn => $ifinfo) {
if (array_key_exists($ifn, $realifchecklist)) {
OpenPOWER on IntegriCloud