awful.client: Add a missing "local"
Reported by | and his strict.lua. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
c491cd034c
commit
aca737cdc4
|
@ -775,7 +775,7 @@ function client.setwfact(wfact, c)
|
||||||
local colfact = data[w.col]
|
local colfact = data[w.col]
|
||||||
|
|
||||||
colfact[w.idx] = wfact
|
colfact[w.idx] = wfact
|
||||||
rest = 1-wfact
|
local rest = 1-wfact
|
||||||
|
|
||||||
-- calculate the current denominator
|
-- calculate the current denominator
|
||||||
local total = 0
|
local total = 0
|
||||||
|
|
Loading…
Reference in New Issue