summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-27 00:25:58 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-27 00:25:58 +0000
commitcbe2ebe030e16c9e283e843fd4c76eb75facfcbe (patch)
treec329ccef9078f70a8db2bad9a911f24eaf46867d
parentfdef91a797b2c5c2040ef9b77939e87db9137cc4 (diff)
downloadpfsense-cbe2ebe030e16c9e283e843fd4c76eb75facfcbe.zip
pfsense-cbe2ebe030e16c9e283e843fd4c76eb75facfcbe.tar.gz
Remove trailing space / cr
-rw-r--r--etc/inc/auth.inc2
-rw-r--r--etc/inc/authgui.inc2
-rw-r--r--etc/inc/dyndns.class2
-rw-r--r--etc/inc/filter.inc2
-rw-r--r--etc/inc/functions.inc2
-rw-r--r--etc/inc/globals.inc2
-rw-r--r--etc/inc/openvpn.inc2
-rw-r--r--etc/inc/pkg-utils.inc2
-rw-r--r--etc/inc/services.inc2
-rw-r--r--etc/inc/shaper.inc2
-rw-r--r--etc/inc/util.inc2
-rw-r--r--etc/inc/vpn.inc2
-rw-r--r--etc/inc/xmlparse.inc2
-rw-r--r--etc/inc/xmlrpc_client.inc2
-rw-r--r--etc/inc/xmlrpc_server.inc2
15 files changed, 15 insertions, 15 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index c9318bc..08afe7d 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -633,4 +633,4 @@ function index_users() {
return ($userindex);
}
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/authgui.inc b/etc/inc/authgui.inc
index b671420..1b2886d 100644
--- a/etc/inc/authgui.inc
+++ b/etc/inc/authgui.inc
@@ -303,4 +303,4 @@ function display_login_form() {
<?php
} // end function
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class
index 8e3a243..1e08032 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -776,4 +776,4 @@
}
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index ca141a6..0d3bf48 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -3277,4 +3277,4 @@ function return_vpn_subnet($adr) {
}
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/functions.inc b/etc/inc/functions.inc
index 7fdbcbf..2d6338a 100644
--- a/etc/inc/functions.inc
+++ b/etc/inc/functions.inc
@@ -58,4 +58,4 @@ require_once("util.inc");
require_once("vpn.inc");
require_once("vslb.inc");
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index c3f0cf5..e83a211 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -74,4 +74,4 @@ $iptos = array("lowdelay", "throughput", "reliability");
/* TCP flags */
$tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg");
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/openvpn.inc b/etc/inc/openvpn.inc
index 7205019..bd2446a 100644
--- a/etc/inc/openvpn.inc
+++ b/etc/inc/openvpn.inc
@@ -539,4 +539,4 @@ function openvpn_print_javascript2() {
EOD;
print($javascript);
}
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index 4e6a85a..55ce291 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -965,4 +965,4 @@ function squash_from_bytes($size, $round = "") {
}
return;
}
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 970f715..16a5ce2 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -1273,4 +1273,4 @@ function configure_cron() {
conf_mount_ro();
}
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index 10e9661..991778f 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -677,4 +677,4 @@ function filter_generate_pf_altq_rules() {
return $shaperrules;
}
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/util.inc b/etc/inc/util.inc
index 0bdf236..487efed 100644
--- a/etc/inc/util.inc
+++ b/etc/inc/util.inc
@@ -555,4 +555,4 @@ function mac_format($clientmac) {
}
}
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 2aebb32..697ed7a 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -1128,4 +1128,4 @@ function vpn_ipsec_force_reload() {
}
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc
index 9abda50..5344640 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -259,4 +259,4 @@ function dump_xml_config_raw($arr, $rootobj) {
return $xmlconfig;
}
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/xmlrpc_client.inc b/etc/inc/xmlrpc_client.inc
index be514c1..cd03689 100644
--- a/etc/inc/xmlrpc_client.inc
+++ b/etc/inc/xmlrpc_client.inc
@@ -2074,4 +2074,4 @@ function XML_RPC_encode($php_val)
* End:
*/
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/xmlrpc_server.inc b/etc/inc/xmlrpc_server.inc
index eb667ff..43adb5e 100644
--- a/etc/inc/xmlrpc_server.inc
+++ b/etc/inc/xmlrpc_server.inc
@@ -682,4 +682,4 @@ class XML_RPC_Server
* End:
*/
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud