summaryrefslogtreecommitdiff
path: root/src/gen_server2.erl
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-09-16 22:22:04 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2010-09-16 22:22:04 +0100
commita23aba3b2b534feeaaaad3aeef7d04eb7348b5b9 (patch)
tree5b77baa111ee06c4b4cb414402715a83382eebe7 /src/gen_server2.erl
parent042d2778378568b4d4092d29f09fe473ae7ee18b (diff)
downloadrabbitmq-server-git-a23aba3b2b534feeaaaad3aeef7d04eb7348b5b9.tar.gz
cosmetic: remove trailing whitespace
Diffstat (limited to 'src/gen_server2.erl')
-rw-r--r--src/gen_server2.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gen_server2.erl b/src/gen_server2.erl
index e2bb940f2a..b0379b95d1 100644
--- a/src/gen_server2.erl
+++ b/src/gen_server2.erl
@@ -66,16 +66,16 @@
%% compliance with the License. You should have received a copy of the
%% Erlang Public License along with this software. If not, it can be
%% retrieved via the world wide web at http://www.erlang.org/.
-%%
+%%
%% Software distributed under the License is distributed on an "AS IS"
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
%% the License for the specific language governing rights and limitations
%% under the License.
-%%
+%%
%% The Initial Developer of the Original Code is Ericsson Utvecklings AB.
%% Portions created by Ericsson are Copyright 1999, Ericsson Utvecklings
%% AB. All Rights Reserved.''
-%%
+%%
%% $Id$
%%
-module(gen_server2).