Skip to content

Commit 135f4b9

Browse files
lpincatargos
authored andcommitted
build: use tabs for indentation in Makefile
PR-URL: #32614 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent dd74601 commit 135f4b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1229,9 +1229,9 @@ lint-md-build:
12291229
$(warning "Deprecated no-op target 'lint-md-build'")
12301230

12311231
ifeq ("$(wildcard tools/.mdlintstamp)","")
1232-
LINT_MD_NEWER =
1232+
LINT_MD_NEWER =
12331233
else
1234-
LINT_MD_NEWER = -newer tools/.mdlintstamp
1234+
LINT_MD_NEWER = -newer tools/.mdlintstamp
12351235
endif
12361236

12371237
LINT_MD_TARGETS = doc src lib benchmark test tools/doc tools/icu $(wildcard *.md)

0 commit comments

Comments
 (0)