TT#29456 Fix errors generated by newer luacheck (0.17)

ngcp/xavp.lua:101:1: inconsistent indentation (SPACE followed by TAB)

Change-Id: I4d107289679191524d9a7f83e961ee052bc6f318
changes/62/18362/1
Sergii Kipot 8 years ago
parent 6f00c8eec1
commit 67f12b0ed4

@ -95,10 +95,10 @@ local NGCPXAvp_MT = {
function NGCPXAvp._setvalue(id, vtype, value)
local check
-- sr.log("info", string.format("vtype:[%s]:%d", type(vtype), vtype))
if type(vtype) == "string" then
vtype = tonumber(vtype)
end
-- sr.log("info", string.format("vtype:[%s]:%d", type(vtype), vtype))
if type(vtype) == "string" then
vtype = tonumber(vtype)
end
if vtype == 0 then
sr.log("dbg",string.format("sr.pv.sets->%s:%s", id, value))
if type(value) == 'number' then

Loading…
Cancel
Save