]> granicus.if.org Git - ejabberd/commitdiff
Remove empty line
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>
Fri, 2 May 2014 09:09:25 +0000 (13:09 +0400)
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>
Fri, 2 May 2014 13:43:09 +0000 (17:43 +0400)
src/mod_sip.erl

index 3a52498875babb48390694696f2ac6a691f6768b..8ed4ed8cfe3f945a9e1738554ccb1566d1ec9d75 100644 (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;