summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2015-09-17 16:39:10 +0300
committerMichael Klishin <mklishin@pivotal.io>2015-09-17 16:39:10 +0300
commit7c070cf81e28ea0fb6249bf417e0c36d5b028cfc (patch)
tree22079b236b47bce1435cd1f244fdc7130f2eb242
parent69fa002aca02ae804eb550cb2ecfa46ba08079c9 (diff)
downloadrabbitmq-server-git-7c070cf81e28ea0fb6249bf417e0c36d5b028cfc.tar.gz
Please code style gods
-rw-r--r--src/rabbit_password.erl1
-rw-r--r--src/rabbit_password_hashing.erl1
-rw-r--r--src/rabbit_password_hashing_md5.erl1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/rabbit_password.erl b/src/rabbit_password.erl
index e620acb542..823ab08d90 100644
--- a/src/rabbit_password.erl
+++ b/src/rabbit_password.erl
@@ -13,6 +13,7 @@
%% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
%%
+
-module(rabbit_password).
-include("rabbit.hrl").
diff --git a/src/rabbit_password_hashing.erl b/src/rabbit_password_hashing.erl
index 34bb2790c2..3aff2fec4b 100644
--- a/src/rabbit_password_hashing.erl
+++ b/src/rabbit_password_hashing.erl
@@ -13,6 +13,7 @@
%% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
%%
+
-module(rabbit_password_hashing).
-include("rabbit.hrl").
diff --git a/src/rabbit_password_hashing_md5.erl b/src/rabbit_password_hashing_md5.erl
index 56a0a5ff20..f60378e08f 100644
--- a/src/rabbit_password_hashing_md5.erl
+++ b/src/rabbit_password_hashing_md5.erl
@@ -17,6 +17,7 @@
%% 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).
-behaviour(rabbit_password_hashing).