From 3dfdf35c65b8985a3abe21ef83f27cc8e82ba11c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Wed, 9 Mar 2016 06:34:35 +0100 Subject: Fix comments Remove out-commented code. Make sure that comments that are not at the end of a line starts with two '%' characters and not just one. That will become important later when we'll remove all ?line macros and ask Emacs to re-indent the files. --- lib/kernel/test/erl_distribution_wb_SUITE.erl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/kernel/test/erl_distribution_wb_SUITE.erl') diff --git a/lib/kernel/test/erl_distribution_wb_SUITE.erl b/lib/kernel/test/erl_distribution_wb_SUITE.erl index a8625b064b..0c22c94066 100644 --- a/lib/kernel/test/erl_distribution_wb_SUITE.erl +++ b/lib/kernel/test/erl_distribution_wb_SUITE.erl @@ -265,9 +265,9 @@ simultaneous_md5(Node, OurName, Cookie) when OurName < Node -> ?line exit(Else2) end, ?line nok = recv_status(SocketA), - % Now we are expected to close A + %% Now we are expected to close A ?line gen_tcp:close(SocketA), - % But still Socket B will continue + %% But still Socket B will continue ?line {normal,Node,5} = recv_name(SocketB), % See 1) ?line send_status(SocketB, ok_simultaneous), ?line MyChallengeB = gen_challenge(), @@ -277,7 +277,7 @@ simultaneous_md5(Node, OurName, Cookie) when OurName < Node -> ?line send_challenge_ack(SocketB, DigestB), ?line inet:setopts(SocketB, [{active, false}, {packet, 4}]), - % This should be the ping message. + %% This should be the ping message. ?line {Header, Message} = recv_message(SocketB), ?line io:format("Received header ~p, data ~p.~n", [Header, Message]), -- cgit v1.2.3