aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/tftp_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/inets/test/tftp_SUITE.erl')
-rw-r--r--lib/inets/test/tftp_SUITE.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/inets/test/tftp_SUITE.erl b/lib/inets/test/tftp_SUITE.erl
index a53bfa86f4..606b829ca4 100644
--- a/lib/inets/test/tftp_SUITE.erl
+++ b/lib/inets/test/tftp_SUITE.erl
@@ -74,8 +74,8 @@ end_per_testcase(Case, Config) when is_list(Config) ->
suite() -> [{suite_callbacks,[ts_install_scb]}].
all() ->
-[simple, extra, reuse_connection, resend_client,
- resend_server].
+ [simple, extra, reuse_connection, resend_client,
+ resend_server].
groups() ->
[].
@@ -87,10 +87,10 @@ end_per_suite(_Config) ->
ok.
init_per_group(_GroupName, Config) ->
- Config.
+ Config.
end_per_group(_GroupName, Config) ->
- Config.
+ Config.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%