From 47f1509e75cc0a518b88377ddb65ce07c2eff621 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Sat, 7 Mar 2020 14:05:58 +0100
Subject: [PATCH] build: indent non-recipe Makefile lines with two spaces

---
 Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 0ebb9109f..b7d952db9 100644
--- a/Makefile
+++ b/Makefile
@@ -6,10 +6,10 @@ export LC_ALL LANG
 
 # check for spaces & resolve possibly relative paths
 define mkabspath
- ifneq (1,$(words [$($(1))]))
-  $$(error $(1) must not contain spaces)
- endif
- override $(1) := $(abspath $($(1)))
+   ifneq (1,$(words [$($(1))]))
+     $$(error $(1) must not contain spaces)
+   endif
+   override $(1) := $(abspath $($(1)))
 endef
 
 GLUON_SITEDIR ?= site
-- 
GitLab