From 5e6f86c93c95d8aff96ea900201e59afcd893325 Mon Sep 17 00:00:00 2001
From: Johannes Rudolph <johannes.rudolph@ffnw.de>
Date: Mon, 3 Apr 2017 14:19:43 +0200
Subject: [PATCH] Update hoodselector: remove whitespaces

---
 hoodselector/luasrc/usr/sbin/hoodselector | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hoodselector/luasrc/usr/sbin/hoodselector b/hoodselector/luasrc/usr/sbin/hoodselector
index 3b4d83e..0af026c 100755
--- a/hoodselector/luasrc/usr/sbin/hoodselector
+++ b/hoodselector/luasrc/usr/sbin/hoodselector
@@ -640,7 +640,7 @@ local function set_hoodconfig(hood, radios)
 
   -- reconfigure wireless
   if(wireless_reconfiguration_needed(radios, hood["bssid"])) then
-    config_changed = true  
+    config_changed = true
     wireless_reconfigure(radios, hood["bssid"])
     wireless_restart()
     io.stderr:write('Wireless needed reconfiguration. Applied new settings and restarted.\n')
-- 
GitLab