diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-11-09 03:18:11 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-11-09 03:18:11 +0000 |
commit | f44fe78062c62bdd0ec9a06e8252c73b81576689 (patch) | |
tree | ae0548a414032810c36c08987bdc835ae967efd7 /etc/inc | |
parent | 733063705813adaf1a8b2009bfdcde62320a118f (diff) | |
download | pfsense-f44fe78062c62bdd0ec9a06e8252c73b81576689.zip pfsense-f44fe78062c62bdd0ec9a06e8252c73b81576689.tar.gz |
Remove newlines at end of files
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/captiveportal.inc | 2 | ||||
-rw-r--r-- | etc/inc/config.inc | 2 | ||||
-rw-r--r-- | etc/inc/dyndns.class | 2 | ||||
-rw-r--r-- | etc/inc/filter.inc | 2 | ||||
-rw-r--r-- | etc/inc/pfsense-utils.inc | 2 | ||||
-rw-r--r-- | etc/inc/services.inc | 2 | ||||
-rw-r--r-- | etc/inc/shaper.inc | 2 | ||||
-rw-r--r-- | etc/inc/system.inc | 2 | ||||
-rw-r--r-- | etc/inc/util.inc | 2 | ||||
-rw-r--r-- | etc/inc/vpn.inc | 2 | ||||
-rw-r--r-- | etc/inc/vslb.inc | 2 | ||||
-rw-r--r-- | etc/inc/xmlrpc_client.inc | 2 | ||||
-rw-r--r-- | etc/inc/xmlrpc_server.inc | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc index 49e2ba1..62e8b27 100644 --- a/etc/inc/captiveportal.inc +++ b/etc/inc/captiveportal.inc @@ -1120,4 +1120,4 @@ function portal_mac_fixed($clientmac) { return FALSE ; } -?> +?>
\ No newline at end of file diff --git a/etc/inc/config.inc b/etc/inc/config.inc index e2f8520..1a032a1 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -1875,4 +1875,4 @@ function set_device_perms() { if($g['booting']) echo "."; $config = parse_config(); -?> +?>
\ No newline at end of file diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class index 19e5be8..eb81ec4 100644 --- a/etc/inc/dyndns.class +++ b/etc/inc/dyndns.class @@ -775,4 +775,4 @@ } -?> +?>
\ No newline at end of file diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 8427fe5..1876d74 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -3289,4 +3289,4 @@ function return_vpn_subnet($adr) { } -?> +?>
\ No newline at end of file diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index c7d214b..30ae302 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -3699,4 +3699,4 @@ function safe_write_file($file, $content, $force_binary) { } -?> +?>
\ No newline at end of file diff --git a/etc/inc/services.inc b/etc/inc/services.inc index 55c8894..6f4215a 100644 --- a/etc/inc/services.inc +++ b/etc/inc/services.inc @@ -1310,4 +1310,4 @@ function upnp_start() { } } -?> +?>
\ 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/system.inc b/etc/inc/system.inc index 9f2753b..85a8c6f 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -1268,4 +1268,4 @@ function enable_watchdog() { } } -?> +?>
\ No newline at end of file diff --git a/etc/inc/util.inc b/etc/inc/util.inc index 0687cda..7300bfa 100644 --- a/etc/inc/util.inc +++ b/etc/inc/util.inc @@ -564,4 +564,4 @@ function mac_format($clientmac) { } } -?> +?>
\ No newline at end of file diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc index e495a30..1eb79cd 100644 --- a/etc/inc/vpn.inc +++ b/etc/inc/vpn.inc @@ -1105,4 +1105,4 @@ function vpn_ipsec_force_reload() { } -?> +?>
\ No newline at end of file diff --git a/etc/inc/vslb.inc b/etc/inc/vslb.inc index cc00b69..5dc2d81 100644 --- a/etc/inc/vslb.inc +++ b/etc/inc/vslb.inc @@ -162,4 +162,4 @@ function slbd_configure() { } } -?> +?>
\ 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 |