Decrease indentation in list-templates printout

This commit is contained in:
Tuncer Ayaz 2012-06-30 22:28:30 +02:00
parent 49f3cc4108
commit 385e3f09ba

View file

@ -69,7 +69,7 @@
Vars = lists:foldl(fun({V,_}, Acc) -> Vars = lists:foldl(fun({V,_}, Acc) ->
[atom_to_list(V) | Acc] [atom_to_list(V) | Acc]
end, [], VarList), end, [], VarList),
?CONSOLE("\t* ~s: ~s (~p) (variables: ~p)\n", ?CONSOLE(" * ~s: ~s (~p) (variables: ~p)\n",
[BaseName, F, Type, string:join(Vars, ", ")]) [BaseName, F, Type, string:join(Vars, ", ")])
end || {Type, F} <- AvailTemplates], end || {Type, F} <- AvailTemplates],
ok. ok.