aboutsummaryrefslogtreecommitdiffstats
path: root/lib/syntax_tools/test/syntax_tools_SUITE.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-12-14 17:48:59 +0100
committerLukas Larsson <[email protected]>2011-02-17 17:36:39 +0100
commitdc8aa5d93676ac46e1d95598cfec767051a88d9a (patch)
tree6d7c604246da2d9ba3448142890bd6a95a954d29 /lib/syntax_tools/test/syntax_tools_SUITE.erl
parentae493322caac4bb5f118f39c8d1c05203c9f6170 (diff)
downloadotp-dc8aa5d93676ac46e1d95598cfec767051a88d9a.tar.gz
otp-dc8aa5d93676ac46e1d95598cfec767051a88d9a.tar.bz2
otp-dc8aa5d93676ac46e1d95598cfec767051a88d9a.zip
Fix formatting for syntax_tools
Diffstat (limited to 'lib/syntax_tools/test/syntax_tools_SUITE.erl')
-rw-r--r--lib/syntax_tools/test/syntax_tools_SUITE.erl9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/syntax_tools/test/syntax_tools_SUITE.erl b/lib/syntax_tools/test/syntax_tools_SUITE.erl
index 6ef3d28f06..a4cfd89dd5 100644
--- a/lib/syntax_tools/test/syntax_tools_SUITE.erl
+++ b/lib/syntax_tools/test/syntax_tools_SUITE.erl
@@ -20,7 +20,8 @@
-include_lib("test_server/include/test_server.hrl").
%% Test server specific 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]).
%% Test cases
-export([smoke_test/1]).
@@ -28,7 +29,7 @@
suite() -> [{suite_callbacks,[ts_install_scb]}].
all() ->
-[smoke_test].
+ [smoke_test].
groups() ->
[].
@@ -40,10 +41,10 @@ end_per_suite(_Config) ->
ok.
init_per_group(_GroupName, Config) ->
- Config.
+ Config.
end_per_group(_GroupName, Config) ->
- Config.
+ Config.
%% Read and parse all source in the OTP release.