From a623defdee22b877a4b1f059f310dea8e13ea87d Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Thu, 4 Dec 2014 12:18:09 -0600 Subject: [PATCH] replace spaces with tabs --- etc/inc/interfaces.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 2977461f6b..a99270dab2 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"); }