25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

mod_caps: Fix indentation

This commit is contained in:
Holger Weiss 2018-01-29 00:02:15 +01:00
parent 795efb2ee1
commit d0af61f488

View File

@ -145,7 +145,6 @@ user_receive_packet(Acc) ->
Acc.
-spec caps_stream_features([xmpp_element()], binary()) -> [xmpp_element()].
caps_stream_features(Acc, MyHost) ->
case gen_mod:is_loaded(MyHost, ?MODULE) of
true ->
@ -154,7 +153,7 @@ caps_stream_features(Acc, MyHost) ->
Acc;
Hash ->
[#caps{hash = <<"sha-1">>, node = ?EJABBERD_URI,
version = Hash}|Acc]
version = Hash} | Acc]
end;
false ->
Acc