summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-12-04 12:18:09 -0600
committerChris Buechler <cmb@pfsense.org>2014-12-04 21:02:01 -0600
commit95bd66a0ae8f314ab9f556e9e351c33adbed0215 (patch)
treeabb232361dba4a59dc6b7a9f3644625ddc8e13e3
parent590aa3e7b7d22068c6a10506025a84485d17bf79 (diff)
downloadpfsense-95bd66a0ae8f314ab9f556e9e351c33adbed0215.zip
pfsense-95bd66a0ae8f314ab9f556e9e351c33adbed0215.tar.gz
replace spaces with tabs
-rw-r--r--etc/inc/interfaces.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 74ab560..eea4d6b 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -3146,8 +3146,8 @@ function interface_track6_configure($interface = "lan", $wancfg, $linkupevent =
if (!function_exists('services_dhcpd_configure'))
require_once("services.inc");
- if (isset($config['unbound']['enable']))
- services_unbound_configure();
+ if (isset($config['unbound']['enable']))
+ services_unbound_configure();
services_dhcpd_configure("inet6");
}
OpenPOWER on IntegriCloud