aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ic/test/ic_be_SUITE.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-12-14 15:46:07 +0100
committerLukas Larsson <[email protected]>2011-02-17 17:34:50 +0100
commitb388b422ad85f46594556790b38b21e906f7cd3d (patch)
tree73ae39fc59708630fa90b048376714655b513951 /lib/ic/test/ic_be_SUITE.erl
parent7df548b47c3fde9f15f4e4fc2908f7f84878c227 (diff)
downloadotp-b388b422ad85f46594556790b38b21e906f7cd3d.tar.gz
otp-b388b422ad85f46594556790b38b21e906f7cd3d.tar.bz2
otp-b388b422ad85f46594556790b38b21e906f7cd3d.zip
Fix formatting for ic
Diffstat (limited to 'lib/ic/test/ic_be_SUITE.erl')
-rw-r--r--lib/ic/test/ic_be_SUITE.erl9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/ic/test/ic_be_SUITE.erl b/lib/ic/test/ic_be_SUITE.erl
index 4e3c91722f..1f9c830776 100644
--- a/lib/ic/test/ic_be_SUITE.erl
+++ b/lib/ic/test/ic_be_SUITE.erl
@@ -25,7 +25,8 @@
-include_lib("test_server/include/test_server.hrl").
--export([all/0, suite/0,groups/0,init_per_suite/1, end_per_suite/1, init_per_group/2,end_per_group/2,plain/1]).
+-export([all/0, suite/0,groups/0,init_per_suite/1, end_per_suite/1,
+ init_per_group/2,end_per_group/2,plain/1]).
-define(OUT(X), filename:join([?config(priv_dir, Config), gen, to_list(X)])).
@@ -36,7 +37,7 @@
suite() -> [{suite_callbacks,[ts_install_scb]}].
all() ->
-[plain].
+ [plain].
groups() ->
[].
@@ -48,10 +49,10 @@ end_per_suite(_Config) ->
ok.
init_per_group(_GroupName, Config) ->
- Config.
+ Config.
end_per_group(_GroupName, Config) ->
- Config.
+ Config.