summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateway_groups_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-08-16 14:15:56 +0930
committerStephen Beaver <sbeaver@netgate.com>2016-08-16 09:21:54 -0400
commit9488f42b8190c92b6328697cbe84faad71647675 (patch)
treed67ed8fa47eb873cf9c9adcb766c4a8a81013afe /src/usr/local/www/system_gateway_groups_edit.php
parentc9cd556bdc4ef615778aa0c28c1030db23abf107 (diff)
downloadpfsense-9488f42b8190c92b6328697cbe84faad71647675.zip
pfsense-9488f42b8190c92b6328697cbe84faad71647675.tar.gz
Code style and comments
No functional change - just making style consistent (cherry picked from commit 9d3e8723171c727cf43338bd8e95ab2bb7e6a66c)
Diffstat (limited to 'src/usr/local/www/system_gateway_groups_edit.php')
-rw-r--r--src/usr/local/www/system_gateway_groups_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_gateway_groups_edit.php b/src/usr/local/www/system_gateway_groups_edit.php
index 075d07f..204cc29 100644
--- a/src/usr/local/www/system_gateway_groups_edit.php
+++ b/src/usr/local/www/system_gateway_groups_edit.php
@@ -371,7 +371,7 @@ $section->addInput(new Form_Input(
$pconfig['descr']
))->setHelp('A description may be entered here for administrative reference (not parsed).');
-if (isset($id) && $a_gateway_groups[$id]){
+if (isset($id) && $a_gateway_groups[$id]) {
$section->addInput(new Form_Input(
'id',
null,
OpenPOWER on IntegriCloud