summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2016-08-28 19:34:54 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2016-08-28 19:34:54 +0200
commit31297b06f61ac24587c9705985b6ecdcb2b45ac5 (patch)
treeb0cb1cf9f1b4d2a1ba16f4be8ad1451d3a7f28b4
parent4b4d66cc640fa933be398b5dcde1e4aa51a98cc0 (diff)
downloadrebar-31297b06f61ac24587c9705985b6ecdcb2b45ac5.tar.gz
rebar_utils: restore blank line
-rw-r--r--src/rebar_utils.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_utils.erl b/src/rebar_utils.erl
index c3ebfe5..a5cc0ff 100644
--- a/src/rebar_utils.erl
+++ b/src/rebar_utils.erl
@@ -94,6 +94,7 @@ is_arch(ArchRegex) ->
nomatch ->
false
end.
+
%%
%% REBAR_TARGET_ARCH, if used, should be set to the "standard"
%% target string. That is a prefix for binutils tools.