summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2016-01-28 22:51:31 +0300
committerMichael Klishin <michael@clojurewerkz.org>2016-01-28 22:51:31 +0300
commit25f7e3d4f57b090584d879a8008c0e7af24c84a3 (patch)
treeb76edaf9af5af22cec75cb235980085a5685df07 /src
parentf1f28eac1bc955580bbead82721d75c45e69999d (diff)
downloadrabbitmq-server-git-25f7e3d4f57b090584d879a8008c0e7af24c84a3.tar.gz
Trailing ws
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_auth_backend_internal.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rabbit_auth_backend_internal.erl b/src/rabbit_auth_backend_internal.erl
index 85ff1675f0..d7705d8e7b 100644
--- a/src/rabbit_auth_backend_internal.erl
+++ b/src/rabbit_auth_backend_internal.erl
@@ -213,8 +213,8 @@ change_password(Username, Password) ->
rabbit_log:info("Changing password for '~s'~n", [Username]),
HashingAlgorithm = rabbit_password:hashing_mod(),
R = change_password_hash(Username,
- hash_password(rabbit_password:hashing_mod(),
- Password),
+ hash_password(rabbit_password:hashing_mod(),
+ Password),
HashingAlgorithm),
rabbit_event:notify(user_password_changed, [{name, Username}]),
R.
@@ -275,7 +275,7 @@ set_permissions(Username, VHostPath, ConfigurePerm, WritePerm, ReadPerm) ->
read = ReadPerm}},
write)
end)),
- rabbit_event:notify(permission_created, [{user, Username},
+ rabbit_event:notify(permission_created, [{user, Username},
{vhost, VHostPath},
{configure, ConfigurePerm},
{write, WritePerm},