Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Svensson committed Dec 16, 2011
1 parent 47c8f8f commit e552972
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lib/diameter/test/diameter_capx_SUITE.erl
Expand Up @@ -312,7 +312,7 @@ server_closed(Config, F, RC) ->
end.

%% server_reject/3

server_reject(Config, F, RC) ->
true = diameter:subscribe(?SERVER),
OH = host(Config),
Expand Down Expand Up @@ -345,7 +345,7 @@ client_closed(Config, Host, F, RC) ->

%% client_recv/1

client_recv(CRef) ->
client_recv(CRef) ->
receive
?event{service = ?CLIENT,
info = {closed, CRef, Reason, {connect, _}}} ->
Expand Down
2 changes: 1 addition & 1 deletion lib/diameter/test/diameter_failover_SUITE.erl
Expand Up @@ -174,7 +174,7 @@ realm(Host) ->

call(Req, Opts) ->
diameter:call(?CLIENT, ?APP_ALIAS, Req, Opts).

set([H|T], Vs) ->
[H | Vs ++ T].

Expand Down
2 changes: 1 addition & 1 deletion lib/diameter/test/diameter_relay_SUITE.erl
Expand Up @@ -248,7 +248,7 @@ call(Server) ->

call(Req, Opts) ->
diameter:call(?CLIENT, ?APP_ALIAS, Req, Opts).

set([H|T], Vs) ->
[H | Vs ++ T].

Expand Down
4 changes: 2 additions & 2 deletions lib/diameter/test/diameter_traffic_SUITE.erl
Expand Up @@ -516,10 +516,10 @@ send_multiple_filters(Config, Fs) ->
%% Ensure that we can pass a request in any form to diameter:call/4,
%% only the return value from the prepare_request callback being
%% significant.
send_anything(Config) ->
send_anything(Config) ->
#diameter_base_STA{'Result-Code' = ?SUCCESS}
= call(Config, anything).

%% ===========================================================================

call(Config, Req) ->
Expand Down
2 changes: 1 addition & 1 deletion lib/diameter/test/diameter_util.erl
Expand Up @@ -212,7 +212,7 @@ read_priv(Config, Name) ->
read(Path) ->
{ok, Bin} = file:read_file(Path),
binary_to_term(Bin).

%% map_priv/3
%%
%% Modify a term in a file and return both old and new values.
Expand Down

0 comments on commit e552972

Please sign in to comment.