From 8f14a145b88075d6c5a22adbc4bf4e653153c9c2 Mon Sep 17 00:00:00 2001 From: YuLuo Date: Thu, 2 May 2024 17:50:49 +0800 Subject: [PATCH] chore: remove redundant spaces --- 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 7c5ffa85cdab..35281764f6eb 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