diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-04-15 23:48:02 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-04-15 23:48:02 +0200 |
commit | 0b8ca933cc49cc631b98af5548ce91e1e2b2e369 (patch) | |
tree | 7b4c71203b9094525a0a8f1eea66059018c71cd5 | |
parent | bdc1a85239603d1213ff80f927edd9aa280a9590 (diff) |
Fix whitespace error
-rw-r--r-- | rebar.config.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config.sample b/rebar.config.sample index b83ea87..9be1373 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -161,5 +161,5 @@ %% functions from undefined external function calls as those are in a %% generated module {xref_queries, - [{"(XC - UC) || (XU - X - B" - " - (\"ejabberd_logger\":\".*_msg\"/\"4\"))",[]}]}. + [{"(XC - UC) || (XU - X - B" + " - (\"ejabberd_logger\":\".*_msg\"/\"4\"))",[]}]}. |