aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/inets_SUITE.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-12-14 15:57:21 +0100
committerLukas Larsson <[email protected]>2011-02-17 17:34:50 +0100
commite8c4dac89375ed2ed774ef869a86a998c6c50349 (patch)
tree6880e99b224d8fee076c02ae6b8517ac14396665 /lib/inets/test/inets_SUITE.erl
parentb388b422ad85f46594556790b38b21e906f7cd3d (diff)
downloadotp-e8c4dac89375ed2ed774ef869a86a998c6c50349.tar.gz
otp-e8c4dac89375ed2ed774ef869a86a998c6c50349.tar.bz2
otp-e8c4dac89375ed2ed774ef869a86a998c6c50349.zip
Fix formatting for inets
Diffstat (limited to 'lib/inets/test/inets_SUITE.erl')
-rw-r--r--lib/inets/test/inets_SUITE.erl16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/inets/test/inets_SUITE.erl b/lib/inets/test/inets_SUITE.erl
index 593ad2efc6..b67db0a7c5 100644
--- a/lib/inets/test/inets_SUITE.erl
+++ b/lib/inets/test/inets_SUITE.erl
@@ -31,21 +31,21 @@
suite() -> [{suite_callbacks,[ts_install_scb]}].
all() ->
-[{group, app_test}, {group, appup_test},
- {group, services_test}, httpd_reload].
+ [{group, app_test}, {group, appup_test},
+ {group, services_test}, httpd_reload].
groups() ->
[{services_test, [],
- [start_inets, start_httpc, start_httpd, start_ftpc,
- start_tftpd]},
- {app_test, [], [{inets_app_test, all}]},
- {appup_test, [], [{inets_appup_test, all}]}].
+ [start_inets, start_httpc, start_httpd, start_ftpc,
+ start_tftpd]},
+ {app_test, [], [{inets_app_test, all}]},
+ {appup_test, [], [{inets_appup_test, all}]}].
init_per_group(_GroupName, Config) ->
- Config.
+ Config.
end_per_group(_GroupName, Config) ->
- Config.
+ Config.