diff options
author | Renato Botelho <garga@pfSense.org> | 2013-09-15 03:59:29 -0700 |
---|---|---|
committer | Renato Botelho <garga@pfSense.org> | 2013-09-15 03:59:29 -0700 |
commit | 033e2cf8b9ce7e41708a3c47459e8040069ea7c6 (patch) | |
tree | 0bc6498226aa4c81fac953ec11b73fa231725593 /config/bandwidthd/bandwidthd.xml | |
parent | a8d1caff352ad35ef39eceadd57d54b6ab34e884 (diff) | |
parent | 8b3b126d4602d77840aedb77a56cfea4d7633290 (diff) | |
download | pfsense-packages-033e2cf8b9ce7e41708a3c47459e8040069ea7c6.tar.gz pfsense-packages-033e2cf8b9ce7e41708a3c47459e8040069ea7c6.tar.bz2 pfsense-packages-033e2cf8b9ce7e41708a3c47459e8040069ea7c6.zip |
Merge pull request #484 from phil-davis/master
bandwidthd - whitespace formatting
Diffstat (limited to 'config/bandwidthd/bandwidthd.xml')
-rw-r--r-- | config/bandwidthd/bandwidthd.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/bandwidthd/bandwidthd.xml b/config/bandwidthd/bandwidthd.xml index 25c50b42..672b5367 100644 --- a/config/bandwidthd/bandwidthd.xml +++ b/config/bandwidthd/bandwidthd.xml @@ -2,8 +2,8 @@ <!DOCTYPE packagegui SYSTEM "../schema/packages.dtd"> <?xml-stylesheet type="text/xsl" href="../xsl/package.xsl"?> <packagegui> - <copyright> - <![CDATA[ + <copyright> + <![CDATA[ /* $Id$ */ /* ========================================================================== */ /* @@ -40,7 +40,7 @@ POSSIBILITY OF SUCH DAMAGE. */ /* ========================================================================== */ - ]]> + ]]> </copyright> <description>Describe your package here</description> <requirements>Describe your package requirements here</requirements> @@ -85,7 +85,7 @@ <fieldname>enable</fieldname> <type>checkbox</type> <description></description> - </field> + </field> <field> <fielddescr>Interface</fielddescr> <fieldname>active_interface</fieldname> @@ -93,7 +93,7 @@ <type>interfaces_selection</type> <required/> <default_value>lan</default_value> - </field> + </field> <field> <fielddescr>Subnet</fielddescr> <fieldname>subnets_custom</fieldname> |