Fix whitespace errors

This commit is contained in:
Tuncer Ayaz 2012-01-17 16:57:48 +01:00
parent 159f3ac2e5
commit ee44d8554a

View file

@ -33,11 +33,12 @@
%% If true, try to "reset" VM state to approximate state prior to
%% running the EUnit tests:
%% <ul>
%% <li> Stop net_kernel if it was started </li>
%% <li> Stop OTP applications not running before EUnit tests were run </li>
%% <li> Kill processes not running before EUnit tests were run </li>
%% <li> Reset OTP application environment variables </li>
%% </ul> </li>
%% <li>Stop net_kernel if it was started</li>
%% <li>Stop OTP applications not running before EUnit tests were run</li>
%% <li>Kill processes not running before EUnit tests were run</li>
%% <li>Reset OTP application environment variables</li>
%% </ul>
%% </li>
%% </ul>
%% The following Global options are supported:
%% <ul>