From 67f12b0ed43751824790d11976b1a362a84e7cf7 Mon Sep 17 00:00:00 2001 From: Sergii Kipot Date: Tue, 16 Jan 2018 16:33:57 +0100 Subject: [PATCH] TT#29456 Fix errors generated by newer luacheck (0.17) ngcp/xavp.lua:101:1: inconsistent indentation (SPACE followed by TAB) Change-Id: I4d107289679191524d9a7f83e961ee052bc6f318 --- ngcp/xavp.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ngcp/xavp.lua b/ngcp/xavp.lua index 2f60979..3b5ff9a 100644 --- a/ngcp/xavp.lua +++ b/ngcp/xavp.lua @@ -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