summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron <aaron.l.france@gmail.com>2013-06-02 21:16:33 +0200
committerAaron <aaron.l.france@gmail.com>2013-06-02 21:16:33 +0200
commit6905ffbc31000fe37999a9db54083f8bc79cd261 (patch)
tree03fbae08e2c850b5a811b2d0bd1768c653c43d1b
parentba7bf6274f0eddd8cff694ac99b12849d5498354 (diff)
downloaderlang-6905ffbc31000fe37999a9db54083f8bc79cd261.tar.gz
Changed function call for print_module
Changed the function call for print module to the one which matches the actual function is.
-rw-r--r--lib/syntax_tools/src/erl_tidy.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/syntax_tools/src/erl_tidy.erl b/lib/syntax_tools/src/erl_tidy.erl
index 44b9be7cc3..8507ff646e 100644
--- a/lib/syntax_tools/src/erl_tidy.erl
+++ b/lib/syntax_tools/src/erl_tidy.erl
@@ -311,7 +311,7 @@ file_2(Name, Opts) ->
false ->
case proplists:get_bool(stdout, Opts1) of
true ->
- print_module(Tree, Name, Opts1),
+ print_module(Tree, Opts1),
ok;
false ->
write_module(Tree, Name, Opts1),