summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_password_hashing_md5.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rabbit_password_hashing_md5.erl b/src/rabbit_password_hashing_md5.erl
index f60378e08f..882a02b2ea 100644
--- a/src/rabbit_password_hashing_md5.erl
+++ b/src/rabbit_password_hashing_md5.erl
@@ -14,9 +14,9 @@
%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
%%
-%% Legacy hashing implementation, only used as the
-%% last resort when #internal_user.hashing_algorithm
-%% is md5 or undefined (the case in pre-3.6.0 user records).
+%% Legacy hashing implementation, only used as the last resort when
+%% #internal_user.hashing_algorithm is md5 or undefined (the case in
+%% pre-3.6.0 user records).
-module(rabbit_password_hashing_md5).