aboutsummaryrefslogtreecommitdiffstats
path: root/erts/test/otp_SUITE.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-12-14 18:00:29 +0100
committerLukas Larsson <[email protected]>2011-02-17 17:36:39 +0100
commit865a1019f742b6a5b24116926a4cbaee1cb7a60f (patch)
treeba7ddf1442684135f72c22d9db7b0f145c9e9a87 /erts/test/otp_SUITE.erl
parent14bcebfe8c0e71f450b4fa4d5d92c8e5e86fd870 (diff)
downloadotp-865a1019f742b6a5b24116926a4cbaee1cb7a60f.tar.gz
otp-865a1019f742b6a5b24116926a4cbaee1cb7a60f.tar.bz2
otp-865a1019f742b6a5b24116926a4cbaee1cb7a60f.zip
Fix formatting for system
Diffstat (limited to 'erts/test/otp_SUITE.erl')
-rw-r--r--erts/test/otp_SUITE.erl13
1 files changed, 7 insertions, 6 deletions
diff --git a/erts/test/otp_SUITE.erl b/erts/test/otp_SUITE.erl
index afc089408a..0dc6074d12 100644
--- a/erts/test/otp_SUITE.erl
+++ b/erts/test/otp_SUITE.erl
@@ -19,7 +19,8 @@
-module(otp_SUITE).
--export([all/0, suite/0,groups/0,init_per_group/2,end_per_group/2,init_per_suite/1,end_per_suite/1]).
+-export([all/0, suite/0,groups/0,init_per_group/2,end_per_group/2,
+ init_per_suite/1,end_per_suite/1]).
-export([undefined_functions/1,deprecated_not_in_obsolete/1,
obsolete_but_not_deprecated/1,call_to_deprecated/1,
call_to_size_1/1,strong_components/1]).
@@ -31,18 +32,18 @@
suite() -> [{suite_callbacks,[ts_install_scb]}].
all() ->
-[undefined_functions, deprecated_not_in_obsolete,
- obsolete_but_not_deprecated, call_to_deprecated,
- call_to_size_1, strong_components].
+ [undefined_functions, deprecated_not_in_obsolete,
+ obsolete_but_not_deprecated, call_to_deprecated,
+ call_to_size_1, strong_components].
groups() ->
[].
init_per_group(_GroupName, Config) ->
- Config.
+ Config.
end_per_group(_GroupName, Config) ->
- Config.
+ Config.
init_per_suite(Config) ->