src: style sweep

This commit is contained in:
Franco Fichtner 2022-01-07 12:24:18 +01:00
parent c3d96426a3
commit 2a970b568a
3 changed files with 3 additions and 3 deletions

View File

@ -1244,7 +1244,7 @@ function is_URL($url)
return false;
}
function get_staticroutes($returnsubnetsonly=false)
function get_staticroutes($returnsubnetsonly = false)
{
global $aliastable;

View File

@ -263,7 +263,7 @@ class TunnelController extends ApiControllerBase
}
} else {
// Unsupported algorithm, will be ignored
$ph2proposal .= "!!". (string)$node->name;
$ph2proposal .= "!!" . (string)$node->name;
}
}
$ph2proposal .= " + ";

View File

@ -35,7 +35,7 @@ require_once("guiconfig.inc");
require_once("interfaces.inc");
require_once("plugins.inc.d/openvpn.inc");
function kill_client($port, $client=null)
function kill_client($port, $client = null)
{
$tcpsrv = "unix:///var/etc/openvpn/{$port}.sock";
$errval = '';