aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/test/os_SUITE.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-12-14 16:13:06 +0100
committerLukas Larsson <[email protected]>2011-02-17 17:34:50 +0100
commit9037c4a828e699d5d3bba423d82db93cddf3d079 (patch)
tree260ad6ee25555232d9f6f241174099a91aed2723 /lib/kernel/test/os_SUITE.erl
parent892b9be5e72daeefd4af514f4c79d0b4c1863479 (diff)
downloadotp-9037c4a828e699d5d3bba423d82db93cddf3d079.tar.gz
otp-9037c4a828e699d5d3bba423d82db93cddf3d079.tar.bz2
otp-9037c4a828e699d5d3bba423d82db93cddf3d079.zip
Fix formatting for kernel
Diffstat (limited to 'lib/kernel/test/os_SUITE.erl')
-rw-r--r--lib/kernel/test/os_SUITE.erl7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/kernel/test/os_SUITE.erl b/lib/kernel/test/os_SUITE.erl
index 06b60871cc..8541170893 100644
--- a/lib/kernel/test/os_SUITE.erl
+++ b/lib/kernel/test/os_SUITE.erl
@@ -18,7 +18,8 @@
%%
-module(os_SUITE).
--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]).
-export([space_in_cwd/1, quoting/1, space_in_name/1, bad_command/1,
find_executable/1, unix_comment_in_command/1, evil/1]).
@@ -27,8 +28,8 @@
suite() -> [{suite_callbacks,[ts_install_scb]}].
all() ->
-[space_in_cwd, quoting, space_in_name, bad_command,
- find_executable, unix_comment_in_command, evil].
+ [space_in_cwd, quoting, space_in_name, bad_command,
+ find_executable, unix_comment_in_command, evil].
groups() ->
[].