Skip to content

Commit

Permalink
Remember how to monospace
Browse files Browse the repository at this point in the history
  • Loading branch information
macintux committed Aug 21, 2014
1 parent a76490b commit 63924a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/riak_core_service_mgr.erl
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ start_negotiated_service(Socket, Transport,
Transport:setopts(Socket, Options),

%% call service body function for matching protocol. The callee should start
%% a process or gen_server or such, and return `{ok, pid()}`.
%% a process or gen_server or such, and return `{ok, pid()}'.
case Module:Function(Socket, Transport, NegotiatedProtocols, Args, Props) of
{ok, Pid} ->
{ok,{ClientProto,_Client,_Host}} = NegotiatedProtocols,
Expand Down Expand Up @@ -504,7 +504,7 @@ normalize_ip(IP) when is_tuple(IP) ->
%% listener connections and supported sub-protocols. When a connection
%% request arrives, it is mapped via the associated Protocol atom to an
%% acceptor function called as `Module:Function(Listener, Socket, Transport, Args)',
%% which must create its own process and return `{ok, pid()}`.
%% which must create its own process and return `{ok, pid()}'.

-spec(start_dispatcher(ip_addr(), non_neg_integer(), [hostspec()]) -> {ok, pid()}).
start_dispatcher({IP,Port}, MaxListeners, SubProtocols) ->
Expand Down

6 comments on commit 63924a9

@reiddraper
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from reiddraper
at 63924a9

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging basho/riak_repl/jrd/feature/edoc-fixes = 63924a9 into borshop-integration-610-jrd/feature/edoc-fixes

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

basho/riak_repl/jrd/feature/edoc-fixes = 63924a9 merged ok, testing candidate = bfe96ed

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding develop to borshop-integration-610-jrd/feature/edoc-fixes = bfe96ed

Please sign in to comment.