Skip to content

Commit af04056

Browse files
committed
---
yaml --- r: 3064 b: refs/heads/master c: 700c525 h: refs/heads/master v: v3
1 parent e121844 commit af04056

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: fa2b4d3a8d09b90870fd4a477154429f7fb8c6d3
2+
refs/heads/master: 700c525c4f5ce3ade2ffdc8b584f42595763b145

trunk/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)