X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/7a4d6f5ffa594603ef83bc8b0e9945d12e082490..b7e11ca57eece06f8edc222bb0d928a6a16c1aeb:/layout/centerwork.lua?ds=inline

diff --git a/layout/centerwork.lua b/layout/centerwork.lua
index 2035c65..b8175ea 100644
--- a/layout/centerwork.lua
+++ b/layout/centerwork.lua
@@ -24,11 +24,7 @@ local centerwork =
 function centerwork.arrange(p)
     -- A useless gap (like the dwm patch) can be defined with
     -- beautiful.useless_gap_width .
-    local useless_gap = tonumber(beautiful.useless_gap_width)
-    if useless_gap == nil
-    then
-        useless_gap = 0
-    end
+    local useless_gap = tonumber(beautiful.useless_gap_width) or 0
 
     -- Screen.
     local wa = p.workarea