Skip to content

Commit

Permalink
chore: remove redundant spaces (#3319)
Browse files Browse the repository at this point in the history
Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>
  • Loading branch information
yuluo-yx committed May 3, 2024
1 parent 59fdb84 commit 2f916e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f916e5

Please sign in to comment.