Browse Source

[fix] Makefile: mixed tab & space indentation

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 3 years ago
parent
commit
a585f7c66f
1 changed files with 6 additions and 6 deletions
  1. 6 6
      Makefile

+ 6 - 6
Makefile

@@ -67,12 +67,12 @@ test.shell:
 		utils/lib_nvm.sh \
 		utils/lib_static.sh \
 		utils/lib_go.sh \
-	        utils/filtron.sh \
-	        utils/searx.sh \
-	        utils/morty.sh \
-	        utils/lxc.sh \
-	        utils/lxc-searx.env \
-	        .config.sh
+		utils/filtron.sh \
+		utils/searx.sh \
+		utils/morty.sh \
+		utils/lxc.sh \
+		utils/lxc-searx.env \
+		.config.sh
 	$(Q)$(MTOOLS) build_msg TEST "$@ OK"