From ee44d8554a65d0ec2ed19f58f6f10ead0f76f701 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Tue, 17 Jan 2012 16:57:48 +0100 Subject: [PATCH] Fix whitespace errors --- src/rebar_eunit.erl | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl index 410d1f5..61b78fc 100644 --- a/src/rebar_eunit.erl +++ b/src/rebar_eunit.erl @@ -33,11 +33,12 @@ %% If true, try to "reset" VM state to approximate state prior to %% running the EUnit tests: %% +%%
  • Stop net_kernel if it was started
  • +%%
  • Stop OTP applications not running before EUnit tests were run
  • +%%
  • Kill processes not running before EUnit tests were run
  • +%%
  • Reset OTP application environment variables
  • +%% +%% %% %% The following Global options are supported: %%