aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/test/wx_app_SUITE.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-12-14 17:53:33 +0100
committerLukas Larsson <[email protected]>2011-02-17 17:36:39 +0100
commit14bcebfe8c0e71f450b4fa4d5d92c8e5e86fd870 (patch)
treecb25306c14c20e9a97b2f5d5988cabbc8bca2ff1 /lib/wx/test/wx_app_SUITE.erl
parent307dc266144daa134fc37495362af55a95c06f74 (diff)
downloadotp-14bcebfe8c0e71f450b4fa4d5d92c8e5e86fd870.tar.gz
otp-14bcebfe8c0e71f450b4fa4d5d92c8e5e86fd870.tar.bz2
otp-14bcebfe8c0e71f450b4fa4d5d92c8e5e86fd870.zip
Fix formatting for wx
Diffstat (limited to 'lib/wx/test/wx_app_SUITE.erl')
-rw-r--r--lib/wx/test/wx_app_SUITE.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/wx/test/wx_app_SUITE.erl b/lib/wx/test/wx_app_SUITE.erl
index 0dacb7d5ac..1bf5ca2224 100644
--- a/lib/wx/test/wx_app_SUITE.erl
+++ b/lib/wx/test/wx_app_SUITE.erl
@@ -50,7 +50,7 @@ end_per_testcase(Func,Config) ->
suite() -> [{suite_callbacks,[ts_install_scb]}].
all() ->
-[fields, modules, exportall, app_depend, undef_funcs].
+ [fields, modules, exportall, app_depend, undef_funcs].
groups() ->
[].
@@ -62,10 +62,10 @@ end_per_suite(_Config) ->
ok.
init_per_group(_GroupName, Config) ->
- Config.
+ Config.
end_per_group(_GroupName, Config) ->
- Config.
+ Config.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%