From 0a593f4eb2a837ba3ed597564fa7db678256a442 Mon Sep 17 00:00:00 2001
From: Jan-Tarek Butt <tarek@ring0.de>
Date: Sun, 24 Apr 2016 01:35:15 +0200
Subject: [PATCH] Delete all trailing whitespace (at the end of each line)

---
 hoodselector/files/usr/sbin/hoodselector | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/hoodselector/files/usr/sbin/hoodselector b/hoodselector/files/usr/sbin/hoodselector
index 7b0f87a..a6e5af9 100755
--- a/hoodselector/files/usr/sbin/hoodselector
+++ b/hoodselector/files/usr/sbin/hoodselector
@@ -55,14 +55,14 @@ local function readHoodfile(file)
 end
 
 -- Program terminating function including removing of PID file
-local function exit()                                                                 
-  if io.open(pidPath, "r") ~=nil then                                           
-    os.remove(pidPath)                                                          
-  end                                                                           
-  os.exit(0)                                                                    
+local function exit()
+  if io.open(pidPath, "r") ~=nil then
+    os.remove(pidPath)
+  end
+  os.exit(0)
 end
 
--- Return a wifi device list                                                    
+-- Return a wifi device list
 local function getWifiDevices()
   local radios = {}
   uci:foreach('wireless', 'wifi-device',
-- 
GitLab