mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove trailing space / cr
This commit is contained in:
parent
fdef91a797
commit
cbe2ebe030
@ -633,4 +633,4 @@ function index_users() {
|
||||
return ($userindex);
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
@ -303,4 +303,4 @@ function display_login_form() {
|
||||
<?php
|
||||
} // end function
|
||||
|
||||
?>
|
||||
?>
|
||||
@ -776,4 +776,4 @@
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
@ -3277,4 +3277,4 @@ function return_vpn_subnet($adr) {
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
@ -58,4 +58,4 @@ require_once("util.inc");
|
||||
require_once("vpn.inc");
|
||||
require_once("vslb.inc");
|
||||
|
||||
?>
|
||||
?>
|
||||
@ -74,4 +74,4 @@ $iptos = array("lowdelay", "throughput", "reliability");
|
||||
/* TCP flags */
|
||||
$tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg");
|
||||
|
||||
?>
|
||||
?>
|
||||
@ -539,4 +539,4 @@ function openvpn_print_javascript2() {
|
||||
EOD;
|
||||
print($javascript);
|
||||
}
|
||||
?>
|
||||
?>
|
||||
@ -965,4 +965,4 @@ function squash_from_bytes($size, $round = "") {
|
||||
}
|
||||
return;
|
||||
}
|
||||
?>
|
||||
?>
|
||||
@ -1273,4 +1273,4 @@ function configure_cron() {
|
||||
conf_mount_ro();
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
@ -677,4 +677,4 @@ function filter_generate_pf_altq_rules() {
|
||||
return $shaperrules;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
@ -555,4 +555,4 @@ function mac_format($clientmac) {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
@ -1128,4 +1128,4 @@ function vpn_ipsec_force_reload() {
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
@ -259,4 +259,4 @@ function dump_xml_config_raw($arr, $rootobj) {
|
||||
return $xmlconfig;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
@ -2074,4 +2074,4 @@ function XML_RPC_encode($php_val)
|
||||
* End:
|
||||
*/
|
||||
|
||||
?>
|
||||
?>
|
||||
@ -682,4 +682,4 @@ class XML_RPC_Server
|
||||
* End:
|
||||
*/
|
||||
|
||||
?>
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user