diff --git a/src/opnsense/mvc/app/cache/README b/src/opnsense/mvc/app/cache/README
index 1fd5404fd..6269a842f 100644
--- a/src/opnsense/mvc/app/cache/README
+++ b/src/opnsense/mvc/app/cache/README
@@ -1 +1 @@
-cache directory for Phalcon Volt templates
\ No newline at end of file
+cache directory for Phalcon Volt templates
diff --git a/src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml b/src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml
index 3f213acb2..12bc1c731 100644
--- a/src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml
+++ b/src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml
@@ -13,4 +13,4 @@
-
\ No newline at end of file
+
diff --git a/src/opnsense/mvc/app/models/OPNsense/Core/ACL.php b/src/opnsense/mvc/app/models/OPNsense/Core/ACL.php
index ad971ad2a..6e91b5ff6 100644
--- a/src/opnsense/mvc/app/models/OPNsense/Core/ACL.php
+++ b/src/opnsense/mvc/app/models/OPNsense/Core/ACL.php
@@ -139,4 +139,4 @@ class ACL
$this->initLegacy();
}
-}
\ No newline at end of file
+}
diff --git a/src/opnsense/mvc/public/.htaccess b/src/opnsense/mvc/public/.htaccess
index f27c12849..514d79f1c 100644
--- a/src/opnsense/mvc/public/.htaccess
+++ b/src/opnsense/mvc/public/.htaccess
@@ -15,4 +15,4 @@ AddDefaultCharset UTF-8
RewriteRule ^api/(.*)$ api.php?_url=/$1 [QSA,L]
RewriteRule ^ui/(.*)$ index.php?_url=/$1 [QSA,L]
-
\ No newline at end of file
+
diff --git a/src/opnsense/service/conf/actions.d/actions_service.proxy.conf b/src/opnsense/service/conf/actions.d/actions_service.proxy.conf
index 42085d5af..da793027c 100644
--- a/src/opnsense/service/conf/actions.d/actions_service.proxy.conf
+++ b/src/opnsense/service/conf/actions.d/actions_service.proxy.conf
@@ -15,4 +15,3 @@ command:/usr/local/etc/rc.d/squid restart
parameters:
type:script
message:restarting proxy
-
diff --git a/src/sbin/ovpn_auth_verify b/src/sbin/ovpn_auth_verify
index 9b81a3749..9e871a60e 100755
--- a/src/sbin/ovpn_auth_verify
+++ b/src/sbin/ovpn_auth_verify
@@ -6,8 +6,8 @@ else
# Single quoting $password breaks getting the value from the variable.
password=$(echo -n "${password}" | openssl enc -base64 | sed -e 's/=/%3D/g')
username=$(echo -n "${username}" | openssl enc -base64 | sed -e 's/=/%3D/g')
-
- RESULT=$(/usr/local/bin/php /etc/inc/openvpn.auth-user.php $username $password $common_name $3 $2 $4)
+
+ RESULT=$(/usr/local/bin/php /etc/inc/openvpn.auth-user.php $username $password $common_name $3 $2 $4)
fi
if [ "${RESULT}" = "OK" ]; then
diff --git a/src/www/services_dhcpv6.php b/src/www/services_dhcpv6.php
index 03463ae9c..db22f9b98 100644
--- a/src/www/services_dhcpv6.php
+++ b/src/www/services_dhcpv6.php
@@ -460,7 +460,7 @@ include("head.inc");