summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-13 02:55:25 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-13 02:55:25 +0000
commitd09f529293d1472cb5834495416b8116ee4da3e7 (patch)
treef29f9f5373b89b7a78de1e1d9135ef19da9417be
parentd874733d179f3d976c6a169abee5fc4a44ba03ca (diff)
downloadpfsense-d09f529293d1472cb5834495416b8116ee4da3e7.zip
pfsense-d09f529293d1472cb5834495416b8116ee4da3e7.tar.gz
remove trailing space
-rw-r--r--etc/inc/config.inc2
-rw-r--r--etc/inc/filter.inc2
-rw-r--r--etc/inc/globals.inc2
-rw-r--r--etc/inc/notices.inc2
-rw-r--r--etc/inc/pkg-utils.inc2
-rw-r--r--etc/inc/services.inc2
-rw-r--r--etc/inc/system.inc2
-rw-r--r--etc/inc/util.inc2
-rw-r--r--etc/inc/xmlparse.inc2
-rw-r--r--etc/inc/xmlrpc_client.inc2
-rw-r--r--etc/inc/xmlrpc_server.inc2
11 files changed, 11 insertions, 11 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 383a9d5..940d779 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -1178,4 +1178,4 @@ function start_devd() {
exec("/sbin/devd");
}
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 36171c0..94a3761 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2137,4 +2137,4 @@ function return_vpn_subnet($adr) {
}
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 0f4fff1..cb43bf1 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -59,4 +59,4 @@ $g = array(
"wireless_regex" => "/^(wi|ath|an)/"
);
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/notices.inc b/etc/inc/notices.inc
index 3f74113..07634ea 100644
--- a/etc/inc/notices.inc
+++ b/etc/inc/notices.inc
@@ -166,4 +166,4 @@ function are_notices_pending($category = "all") {
return false;
}
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index 2a085aa..69749b2 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -823,4 +823,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 5ec6e1e..45a61b8 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -666,4 +666,4 @@ EOD;
return 0;
}
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index f4b7c9f..66967ad 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -625,4 +625,4 @@ function system_setup_sysctl() {
}
}
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/util.inc b/etc/inc/util.inc
index 31c6a11..7e8fcc7 100644
--- a/etc/inc/util.inc
+++ b/etc/inc/util.inc
@@ -459,4 +459,4 @@ function xml_safe_fieldname($fieldname) {
return $fieldname;
}
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc
index 066f3b4..9d0e7ce 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -237,4 +237,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 f33c8cd..ac138d2 100644
--- a/etc/inc/xmlrpc_client.inc
+++ b/etc/inc/xmlrpc_client.inc
@@ -1851,4 +1851,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 14052d5..276470c 100644
--- a/etc/inc/xmlrpc_server.inc
+++ b/etc/inc/xmlrpc_server.inc
@@ -610,4 +610,4 @@ class XML_RPC_Server
* End:
*/
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud