Remove trailing space / cr

This commit is contained in:
Scott Ullrich 2007-05-27 00:25:58 +00:00
parent fdef91a797
commit cbe2ebe030
15 changed files with 15 additions and 15 deletions

View File

@ -633,4 +633,4 @@ function index_users() {
return ($userindex);
}
?>
?>

View File

@ -303,4 +303,4 @@ function display_login_form() {
<?php
} // end function
?>
?>

View File

@ -776,4 +776,4 @@
}
?>
?>

View File

@ -3277,4 +3277,4 @@ function return_vpn_subnet($adr) {
}
?>
?>

View File

@ -58,4 +58,4 @@ require_once("util.inc");
require_once("vpn.inc");
require_once("vslb.inc");
?>
?>

View File

@ -74,4 +74,4 @@ $iptos = array("lowdelay", "throughput", "reliability");
/* TCP flags */
$tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg");
?>
?>

View File

@ -539,4 +539,4 @@ function openvpn_print_javascript2() {
EOD;
print($javascript);
}
?>
?>

View File

@ -965,4 +965,4 @@ function squash_from_bytes($size, $round = "") {
}
return;
}
?>
?>

View File

@ -1273,4 +1273,4 @@ function configure_cron() {
conf_mount_ro();
}
?>
?>

View File

@ -677,4 +677,4 @@ function filter_generate_pf_altq_rules() {
return $shaperrules;
}
?>
?>

View File

@ -555,4 +555,4 @@ function mac_format($clientmac) {
}
}
?>
?>

View File

@ -1128,4 +1128,4 @@ function vpn_ipsec_force_reload() {
}
?>
?>

View File

@ -259,4 +259,4 @@ function dump_xml_config_raw($arr, $rootobj) {
return $xmlconfig;
}
?>
?>

View File

@ -2074,4 +2074,4 @@ function XML_RPC_encode($php_val)
* End:
*/
?>
?>

View File

@ -682,4 +682,4 @@ class XML_RPC_Server
* End:
*/
?>
?>