X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/8af4a03c754fa1bcac24736633f1b3be8ce8888c..7a642c036d29566ac8c8c4356b6ad71c0cd315ed:/layout/uselesstile.lua?ds=sidebyside

diff --git a/layout/uselesstile.lua b/layout/uselesstile.lua
index cd288ed..78f7bec 100644
--- a/layout/uselesstile.lua
+++ b/layout/uselesstile.lua
@@ -21,11 +21,7 @@ local uselesstile = {}
 local function tile_group(cls, wa, orientation, fact, group)
     -- 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
 
     -- get our orientation right
     local height = "height"