mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
src: style sweep
This commit is contained in:
parent
9a01e5399d
commit
f1e72574b6
@ -914,7 +914,7 @@ function openvpn_reconfigure($mode, $settings, $device_only = false)
|
||||
}
|
||||
|
||||
if (!empty($settings['compression'])) {
|
||||
switch($settings['compression']){
|
||||
switch ($settings['compression']) {
|
||||
case 'no':
|
||||
case 'adaptive':
|
||||
case 'yes':
|
||||
|
||||
@ -141,7 +141,7 @@ class PlainOpenVPN extends BaseExporter implements IExportProvider
|
||||
}
|
||||
|
||||
if (!empty($this->config['compression'])) {
|
||||
switch($this->config['compression']){
|
||||
switch ($this->config['compression']) {
|
||||
case 'no':
|
||||
case 'adaptive':
|
||||
case 'yes':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user