aboutsummaryrefslogtreecommitdiffstats
path: root/lib/orber/test/iop_ior_10_SUITE.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-12-14 16:59:35 +0100
committerLukas Larsson <[email protected]>2011-02-17 17:34:50 +0100
commit132f31884e188cfdb78a79fdfaf7e87e8f3ae010 (patch)
treeedd5bb97529d3157f840798f388fb38f9931cc40 /lib/orber/test/iop_ior_10_SUITE.erl
parent6a2363e72e81c7ad16bf534f3a7ca7029d7255ce (diff)
downloadotp-132f31884e188cfdb78a79fdfaf7e87e8f3ae010.tar.gz
otp-132f31884e188cfdb78a79fdfaf7e87e8f3ae010.tar.bz2
otp-132f31884e188cfdb78a79fdfaf7e87e8f3ae010.zip
Fix formatting for orber
Diffstat (limited to 'lib/orber/test/iop_ior_10_SUITE.erl')
-rw-r--r--lib/orber/test/iop_ior_10_SUITE.erl9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/orber/test/iop_ior_10_SUITE.erl b/lib/orber/test/iop_ior_10_SUITE.erl
index ff2cf45160..d232b6d032 100644
--- a/lib/orber/test/iop_ior_10_SUITE.erl
+++ b/lib/orber/test/iop_ior_10_SUITE.erl
@@ -33,7 +33,8 @@
%%-----------------------------------------------------------------
%% External exports
%%-----------------------------------------------------------------
--export([all/0, suite/0,groups/0,init_per_suite/1, end_per_suite/1, init_per_group/2,end_per_group/2]).
+-export([all/0, suite/0,groups/0,init_per_suite/1, end_per_suite/1,
+ init_per_group/2,end_per_group/2]).
%%-----------------------------------------------------------------
%% Internal exports
@@ -49,7 +50,7 @@
suite() -> [{suite_callbacks,[ts_install_scb]}].
all() ->
-[encoding, create_and_get_ops].
+ [encoding, create_and_get_ops].
groups() ->
[].
@@ -61,10 +62,10 @@ end_per_suite(_Config) ->
ok.
init_per_group(_GroupName, Config) ->
- Config.
+ Config.
end_per_group(_GroupName, Config) ->
- Config.
+ Config.
%%-----------------------------------------------------------------