From c86c14dc50e2285e6e86eded0ae9e61fffac1550 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 17 Dec 2015 17:47:26 +0545 Subject: Code style v w --- src/usr/local/www/vpn_ipsec_keys_edit.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/usr/local/www/vpn_ipsec_keys_edit.php') diff --git a/src/usr/local/www/vpn_ipsec_keys_edit.php b/src/usr/local/www/vpn_ipsec_keys_edit.php index 981e3a7..69478da 100644 --- a/src/usr/local/www/vpn_ipsec_keys_edit.php +++ b/src/usr/local/www/vpn_ipsec_keys_edit.php @@ -188,8 +188,7 @@ $section->addInput(new Form_Input( $pconfig['psk'] )); -if (isset($id) && $a_secret[$id]) -{ +if (isset($id) && $a_secret[$id]) { $form->addGlobal(new Form_Input( 'id', false, -- cgit v1.1