diff options
author | Lukas Larsson <[email protected]> | 2010-12-14 15:57:21 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:34:50 +0100 |
commit | e8c4dac89375ed2ed774ef869a86a998c6c50349 (patch) | |
tree | 6880e99b224d8fee076c02ae6b8517ac14396665 /lib/inets/test/tftp_SUITE.erl | |
parent | b388b422ad85f46594556790b38b21e906f7cd3d (diff) | |
download | otp-e8c4dac89375ed2ed774ef869a86a998c6c50349.tar.gz otp-e8c4dac89375ed2ed774ef869a86a998c6c50349.tar.bz2 otp-e8c4dac89375ed2ed774ef869a86a998c6c50349.zip |
Fix formatting for inets
Diffstat (limited to 'lib/inets/test/tftp_SUITE.erl')
-rw-r--r-- | lib/inets/test/tftp_SUITE.erl | 8 |
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. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |