From 2f916e5490c8f362c2824a2d98c85ef3031ab5ef Mon Sep 17 00:00:00 2001 From: YuLuo Date: Fri, 3 May 2024 10:48:00 +0800 Subject: [PATCH] chore: remove redundant spaces (#3319) Signed-off-by: yuluo-yx --- tools/make/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make/common.mk b/tools/make/common.mk index d5cc1914911..84865267e6c 100644 --- a/tools/make/common.mk +++ b/tools/make/common.mk @@ -26,7 +26,7 @@ RELEASE_VERSION=$(shell cat VERSION) # Set Root Directory Path ifeq ($(origin ROOT_DIR),undefined) -ROOT_DIR := $(abspath $(shell pwd -P)) +ROOT_DIR := $(abspath $(shell pwd -P)) endif # Set Output Directory Path