From d22e4f985dd107afa1dd5d7911407a5ed4e45cc3 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Wed, 28 Mar 2018 22:18:30 -0700 Subject: [PATCH] Minor style fix in Makefile.toplevel In my previous commit, one of the changed lines used a combination of tabs and spaces, but it should have used tabs only. Signed-off-by: Patrick McCarty --- Makefile.toplevel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.toplevel b/Makefile.toplevel index 86d928c..b73b930 100644 --- a/Makefile.toplevel +++ b/Makefile.toplevel @@ -210,7 +210,7 @@ autospecnew: localreponotice printf 'PKG_NAME := %s\nURL = %s\nARCHIVES = %s\n\ninclude ../common/Makefile.common\n' $(NAME) '$(value URL)' '$(value ARCHIVES)' > $(TOPLVL)/packages/$(NAME)/Makefile; \ python3 $(TOPLVL)/projects/autospec/autospec/autospec.py \ --target packages/$(NAME) \ - --integrity \ + --integrity \ --config "$(AUTOSPEC_CONF)" \ --name $(NAME) \ --archives $(ARCHIVES) \