summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-18 21:05:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-18 21:05:37 +0000
commitff074bf9484800509afeb99ee23005166bfd7200 (patch)
treebe055827ef2f1970fa46544a3716dd9e61c3dc0c /etc/inc
parente263fe9ae867e6de4bbc3c5009119cc25ecf842a (diff)
downloadpfsense-ff074bf9484800509afeb99ee23005166bfd7200.zip
pfsense-ff074bf9484800509afeb99ee23005166bfd7200.tar.gz
Remove trailing newline
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/PEAR.inc2
-rw-r--r--etc/inc/lb.inc2
-rw-r--r--etc/inc/notices.inc2
-rw-r--r--etc/inc/radius.inc2
-rw-r--r--etc/inc/service-utils.inc2
-rw-r--r--etc/inc/shaper.inc2
-rw-r--r--etc/inc/xmlparse.inc2
7 files changed, 8 insertions, 6 deletions
diff --git a/etc/inc/PEAR.inc b/etc/inc/PEAR.inc
index f43488c..3da2def 100644
--- a/etc/inc/PEAR.inc
+++ b/etc/inc/PEAR.inc
@@ -1083,4 +1083,4 @@ class PEAR_Error
* c-basic-offset: 4
* End:
*/
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/lb.inc b/etc/inc/lb.inc
index 62a41fd..afb64ad 100644
--- a/etc/inc/lb.inc
+++ b/etc/inc/lb.inc
@@ -176,4 +176,4 @@ require_once("functions.inc");
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/notices.inc b/etc/inc/notices.inc
index 1cf7dbc..2c1584f 100644
--- a/etc/inc/notices.inc
+++ b/etc/inc/notices.inc
@@ -171,4 +171,4 @@ function are_notices_pending($category = "all") {
return false;
}
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/radius.inc b/etc/inc/radius.inc
index 260f7b1..0f3a239 100644
--- a/etc/inc/radius.inc
+++ b/etc/inc/radius.inc
@@ -1091,4 +1091,4 @@ class Auth_RADIUS_Acct_Update extends Auth_RADIUS_Acct
var $status_type = RADIUS_UPDATE;
}
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/service-utils.inc b/etc/inc/service-utils.inc
index acd3958..50b6c1e 100644
--- a/etc/inc/service-utils.inc
+++ b/etc/inc/service-utils.inc
@@ -168,3 +168,5 @@ function is_service_running($service, $ps = "") {
}
}
}
+
+?> \ No newline at end of file
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index 00316b1..f6e6c22 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -605,4 +605,4 @@ function filter_generate_pf_altq_rules() {
return $shaperrules;
}
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc
index f8875a0..ddccc81 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -238,4 +238,4 @@ function dump_xml_config_raw($arr, $rootobj) {
return $xmlconfig;
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud