summaryrefslogtreecommitdiff
path: root/src/rebar_abnfc_compiler.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-03-18 18:51:08 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-03-18 18:51:08 +0100
commitb6fadef5d3f330c9c71782e7e87810b307892acb (patch)
treee78edd998c015531f999ff1f6418d9cf8720c2be /src/rebar_abnfc_compiler.erl
parent2c37270f5244143463ad1e348ebdbae4b0fcf8a6 (diff)
Fix whitespace errors
Diffstat (limited to 'src/rebar_abnfc_compiler.erl')
-rw-r--r--src/rebar_abnfc_compiler.erl13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/rebar_abnfc_compiler.erl b/src/rebar_abnfc_compiler.erl
index 5bad8c0..0e6749a 100644
--- a/src/rebar_abnfc_compiler.erl
+++ b/src/rebar_abnfc_compiler.erl
@@ -84,13 +84,12 @@ abnfc_is_present() ->
compile_abnfc(Source, _Target, Config) ->
case abnfc_is_present() of
false ->
- ?ERROR(
- "~n===============================================~n"
- " You need to install abnfc to compile ABNF grammars~n"
- " Download the latest tarball release from github~n"
- " https://github.com/nygge/abnfc~n"
- " and install it into your erlang library dir~n"
- "===============================================~n~n", []),
+ ?ERROR("~n===============================================~n"
+ " You need to install abnfc to compile ABNF grammars~n"
+ " Download the latest tarball release from github~n"
+ " https://github.com/nygge/abnfc~n"
+ " and install it into your erlang library dir~n"
+ "===============================================~n~n", []),
?FAIL;
true ->
AbnfcOpts = abnfc_opts(Config),