aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/test/reltool_app_SUITE.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-12-14 17:07:44 +0100
committerLukas Larsson <[email protected]>2011-02-17 17:34:51 +0100
commitfa7fe1234c3eb2c27509222d2c012dce58530108 (patch)
tree8be9d586f813de946feac4c0632c90f43922692c /lib/reltool/test/reltool_app_SUITE.erl
parenta65afc5fd99abc80d8f4b574ef524c5177f14bfb (diff)
downloadotp-fa7fe1234c3eb2c27509222d2c012dce58530108.tar.gz
otp-fa7fe1234c3eb2c27509222d2c012dce58530108.tar.bz2
otp-fa7fe1234c3eb2c27509222d2c012dce58530108.zip
Fix formatting for reltool
Diffstat (limited to 'lib/reltool/test/reltool_app_SUITE.erl')
-rw-r--r--lib/reltool/test/reltool_app_SUITE.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/reltool/test/reltool_app_SUITE.erl b/lib/reltool/test/reltool_app_SUITE.erl
index 4b020daa19..45709f8e7b 100644
--- a/lib/reltool/test/reltool_app_SUITE.erl
+++ b/lib/reltool/test/reltool_app_SUITE.erl
@@ -63,16 +63,16 @@ end_per_testcase(Func,Config) ->
suite() -> [{suite_callbacks,[ts_install_scb]}].
all() ->
-[fields, modules, export_all, app_depend, undef_funcs].
+ [fields, modules, export_all, app_depend, undef_funcs].
groups() ->
[].
init_per_group(_GroupName, Config) ->
- Config.
+ Config.
end_per_group(_GroupName, Config) ->
- Config.
+ Config.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%