Skip to content

Commit 8f9d5ac

Browse files
lpincaBethGriggs
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 730acb5 commit 8f9d5ac

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
@@ -1233,9 +1233,9 @@ lint-md-build:
12331233
$(warning "Deprecated no-op target 'lint-md-build'")
12341234

12351235
ifeq ("$(wildcard tools/.mdlintstamp)","")
1236-
LINT_MD_NEWER =
1236+
LINT_MD_NEWER =
12371237
else
1238-
LINT_MD_NEWER = -newer tools/.mdlintstamp
1238+
LINT_MD_NEWER = -newer tools/.mdlintstamp
12391239
endif
12401240

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

0 commit comments

Comments
 (0)