You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/09/16 17:13:35 UTC

[incubator-nuttx] branch master updated: tools/Config.mk: Replace tab with space

This is an automated email from the ASF dual-hosted git repository.

btashton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b7180f  tools/Config.mk: Replace tab with space
6b7180f is described below

commit 6b7180fe87655ceadddb923a4aca3371302d4a96
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Wed Sep 16 22:46:20 2020 +0800

    tools/Config.mk: Replace tab with space
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 tools/Config.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/Config.mk b/tools/Config.mk
index 2529fce..c3eb030 100644
--- a/tools/Config.mk
+++ b/tools/Config.mk
@@ -138,7 +138,7 @@ endif
 # Process board-specific directories
 
 ifeq ($(CONFIG_ARCH_BOARD_CUSTOM),y)
-	CUSTOM_DIR = $(patsubst "%",%,$(CONFIG_ARCH_BOARD_CUSTOM_DIR))
+  CUSTOM_DIR = $(patsubst "%",%,$(CONFIG_ARCH_BOARD_CUSTOM_DIR))
 ifeq ($(CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH),y)
   BOARD_DIR ?= $(TOPDIR)$(DELIM)$(CUSTOM_DIR)
 else