diff options
author | Ermal <eri@pfsense.org> | 2010-12-14 21:15:04 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2010-12-14 21:15:04 +0000 |
commit | 95ceb35b9124e34ab1d607e2cca489b4fdd6b3a7 (patch) | |
tree | da0d98cba0375c010cac021961f8845ae31a00bf /etc/inc/filter.inc | |
parent | 70ed5a6af5e2bdbfcb1f35e2fba9b748043f1260 (diff) | |
download | pfsense-95ceb35b9124e34ab1d607e2cca489b4fdd6b3a7.zip pfsense-95ceb35b9124e34ab1d607e2cca489b4fdd6b3a7.tar.gz |
No functional change just simple cleanup.
Diffstat (limited to 'etc/inc/filter.inc')
-rw-r--r-- | etc/inc/filter.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 421df12..cc3a6a3 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -39,6 +39,7 @@ */ /* DISABLE_PHP_LINT_CHECKING */ +// vim: ts=4 sw=4 noexpandtab /* include all configuration functions */ @@ -2165,7 +2166,6 @@ EOD; pass in on \$loopback all label "pass loopback" pass out on \$loopback all label "pass loopback" - EOD; $ipfrules .= <<<EOD @@ -2764,6 +2764,4 @@ function discover_pkg_rules($ruletype) { return $rules; } -// vim: ts=4 sw=4 noexpandtab - ?> |