diff options
author | Matthias Radestock <matthias@lshift.net> | 2010-01-27 12:34:19 +0000 |
---|---|---|
committer | Matthias Radestock <matthias@lshift.net> | 2010-01-27 12:34:19 +0000 |
commit | 40f3c9c8d24cb23230870ef32ca8087f55dbab2a (patch) | |
tree | e15d462f7ffba91570ccfaf5074f730a0217fd46 /src/tcp_acceptor.erl | |
parent | a145d0dbb9565a84ee23b9596d604ce1081e73b1 (diff) | |
download | rabbitmq-server-40f3c9c8d24cb23230870ef32ca8087f55dbab2a.tar.gz |
cosmetic: squash trailing whitespace
Diffstat (limited to 'src/tcp_acceptor.erl')
-rw-r--r-- | src/tcp_acceptor.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tcp_acceptor.erl b/src/tcp_acceptor.erl index bc742561..8cdf8d97 100644 --- a/src/tcp_acceptor.erl +++ b/src/tcp_acceptor.erl @@ -63,7 +63,7 @@ handle_info({inet_async, LSock, Ref, {ok, Sock}}, State = #state{callback={M,F,A}, sock=LSock, ref=Ref}) -> %% patch up the socket so it looks like one we got from - %% gen_tcp:accept/1 + %% gen_tcp:accept/1 {ok, Mod} = inet_db:lookup_socket(LSock), inet_db:register_socket(Sock, Mod), |