From 06993620835324435648759cf0f5af91a1248a52 Mon Sep 17 00:00:00 2001
From: Jan-Niklas Burfeind <git@aiyionpri.me>
Date: Fri, 16 Dec 2022 23:49:02 +0100
Subject: [PATCH] gluon-wan-dnsmasq: fix indentation

---
 .../files/etc/hotplug.d/iface/50-gluon-wan-dnsmasq              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gluon-wan-dnsmasq/files/etc/hotplug.d/iface/50-gluon-wan-dnsmasq b/package/gluon-wan-dnsmasq/files/etc/hotplug.d/iface/50-gluon-wan-dnsmasq
index d559e9b13..f43cbbb88 100644
--- a/package/gluon-wan-dnsmasq/files/etc/hotplug.d/iface/50-gluon-wan-dnsmasq
+++ b/package/gluon-wan-dnsmasq/files/etc/hotplug.d/iface/50-gluon-wan-dnsmasq
@@ -1,3 +1,3 @@
 if [ "$INTERFACE" = 'wan' -o "$INTERFACE" = 'wan6' ]; then
-   /lib/gluon/wan-dnsmasq/update.lua
+	/lib/gluon/wan-dnsmasq/update.lua
 fi
-- 
GitLab