Skip to content
Snippets Groups Projects
Commit 0a593f4e authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

Delete all trailing whitespace (at the end of each line)

parent a8d195e5
No related branches found
No related tags found
1 merge request!9Hoodselector tarek
...@@ -55,14 +55,14 @@ local function readHoodfile(file) ...@@ -55,14 +55,14 @@ local function readHoodfile(file)
end end
-- Program terminating function including removing of PID file -- Program terminating function including removing of PID file
local function exit() local function exit()
if io.open(pidPath, "r") ~=nil then if io.open(pidPath, "r") ~=nil then
os.remove(pidPath) os.remove(pidPath)
end end
os.exit(0) os.exit(0)
end end
-- Return a wifi device list -- Return a wifi device list
local function getWifiDevices() local function getWifiDevices()
local radios = {} local radios = {}
uci:foreach('wireless', 'wifi-device', uci:foreach('wireless', 'wifi-device',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment