Fix whitespace errors

This commit is contained in:
Tuncer Ayaz 2012-01-13 19:56:10 +01:00
parent 5b15c851d8
commit 41d6abc64d
3 changed files with 12 additions and 11 deletions

View file

@ -260,7 +260,8 @@ deprecated(Old, New, When) ->
patch_on_windows(Cmd, Env) -> patch_on_windows(Cmd, Env) ->
case os:type() of case os:type() of
{win32,nt} -> {win32,nt} ->
"cmd /q /c " ++ lists:foldl(fun({Key, Value}, Acc) -> "cmd /q /c "
++ lists:foldl(fun({Key, Value}, Acc) ->
expand_env_variable(Acc, Key, Value) expand_env_variable(Acc, Key, Value)
end, Cmd, Env); end, Cmd, Env);
_ -> _ ->