X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/669112020d022b3b9cb023c82230e21d36aa88cf..7a642c036d29566ac8c8c4356b6ad71c0cd315ed:/widgets/fs.lua

diff --git a/widgets/fs.lua b/widgets/fs.lua
index 17037c4..b434056 100644
--- a/widgets/fs.lua
+++ b/widgets/fs.lua
@@ -64,7 +64,7 @@ local function worker(args)
     helpers.set_map("fs", false)
 
     function update()
-        fs_info = {} 
+        fs_info = {}
 
         local f = io.popen("LC_ALL=C df -kP")
 
@@ -95,7 +95,7 @@ local function worker(args)
 
         if used >= 99 and not helpers.get_map("fs")
         then
-            naughty.notify({ 
+            naughty.notify({
                 title = "warning",
                 text = partition .. " ran out!\nmake some room",
                 timeout = 8,