From d4be097b71e419cf528717b37593af6e3b69e53a Mon Sep 17 00:00:00 2001 From: Julio Montes Date: Fri, 29 Nov 2019 13:33:28 +0000 Subject: [PATCH] Makefile: fix suspicious line Emacs (the good and infalible text editor) detects a suspicious line in Makefile, this line contains both space and tab (something that could be introduced by a less sophisticated text editor) that is not correct for a Makefile. fixes #2286 Signed-off-by: Julio Montes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d48e7ab568..9f7dc328df 100644 --- a/Makefile +++ b/Makefile @@ -243,7 +243,7 @@ endif ifneq (,$(QEMUVIRTIOFSCMD)) KNOWN_HYPERVISORS += $(HYPERVISOR_QEMU_VIRTIOFS) - CONFIG_FILE_QEMU_VIRTIOFS = configuration-qemu-virtiofs.toml + CONFIG_FILE_QEMU_VIRTIOFS = configuration-qemu-virtiofs.toml CONFIG_QEMU_VIRTIOFS = $(CLI_DIR)/config/$(CONFIG_FILE_QEMU_VIRTIOFS) CONFIG_QEMU_VIRTIOFS_IN = $(CONFIG_QEMU_VIRTIOFS).in