Skip to content

Commit 700c525

Browse files
committed
Revive 'make reformat' target.
1 parent fa2b4d3 commit 700c525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/pp.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ reformat: $(SREQ1)
66
@$(call E, reformat [stage1]: $@)
77
for i in $(PP_INPUTS); \
88
do $(call CFG_RUN_TARG,stage1, stage1/rustc$(X)) \
9-
--pretty $$i >$$i.tmp && mv $$i.tmp $$i; \
9+
--pretty normal $$i >$$i.tmp && mv $$i.tmp $$i; \
1010
done

0 commit comments

Comments
 (0)