Remove empty line

This commit is contained in:
Evgeniy Khramtsov 2014-05-02 13:09:25 +04:00
parent 3c98de69dc
commit f8417f7c1f
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@ action(#sip{method = Method, hdrs = Hdrs, type = request} = Req, SIPSock) ->
check_auth(#sip{method = <<"CANCEL">>}, _, _SIPSock) ->
true;
check_auth(#sip{method = Method, hdrs = Hdrs, body = Body}, AuthHdr, _SIPSock) ->
Issuer = case AuthHdr of
'authorization' ->
to;