From d996a413b5fed3bada2fc6ada762292fa7ce0a88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 10 May 2015 12:24:28 +0300 Subject: Indent the Erlang snippet --- plugins/relx.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/relx.mk') diff --git a/plugins/relx.mk b/plugins/relx.mk index 0794b2e..6ab9460 100644 --- a/plugins/relx.mk +++ b/plugins/relx.mk @@ -54,10 +54,10 @@ run: else define get_relx_release.erl -{ok, Config} = file:consult("$(RELX_CONFIG)"), -{release, {Name, _}, _} = lists:keyfind(release, 1, Config), -io:format("~s", [Name]), -halt(0). + {ok, Config} = file:consult("$(RELX_CONFIG)"), + {release, {Name, _}, _} = lists:keyfind(release, 1, Config), + io:format("~s", [Name]), + halt(0). endef RELX_RELEASE = `$(call erlang,$(get_relx_release.erl))` -- cgit v1.2.3