From: Holger Weiss Date: Mon, 15 Oct 2018 21:03:53 +0000 (+0200) Subject: ejabberd_s2s_in: Fix indentation X-Git-Tag: 18.12~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d4f65812e315fa7df4bb5580ec80b18961aea51;p=ejabberd ejabberd_s2s_in: Fix indentation --- diff --git a/src/ejabberd_s2s_in.erl b/src/ejabberd_s2s_in.erl index e58294a16..91fadb696 100644 --- a/src/ejabberd_s2s_in.erl +++ b/src/ejabberd_s2s_in.erl @@ -188,7 +188,7 @@ handle_auth_success(RServer, Mech, _AuthModule, State0#{auth_domains => AuthDomains1}; false -> State - end, + end, ejabberd_hooks:run_fold(s2s_in_auth_result, ServerHost, State1, [true, RServer]). handle_auth_failure(RServer, Mech, Reason, @@ -221,7 +221,7 @@ handle_authenticated_packet(Pkt0, #{ip := {IP, _}} = State) -> case Pkt1 of drop -> ok; _ -> ejabberd_router:route(Pkt1) - end, + end, State2; {error, Err} -> send(State, Err) @@ -249,9 +249,9 @@ init([State, Opts]) -> (_) -> false end, Opts), TLSOpts2 = case proplists:get_bool(tls_compression, Opts) of - false -> [compression_none | TLSOpts1]; - true -> TLSOpts1 - end, + false -> [compression_none | TLSOpts1]; + true -> TLSOpts1 + end, Timeout = ejabberd_config:negotiation_timeout(), State1 = State#{tls_options => TLSOpts2, auth_domains => sets:new(),