We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e121844 commit af04056Copy full SHA for af04056
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: fa2b4d3a8d09b90870fd4a477154429f7fb8c6d3
+refs/heads/master: 700c525c4f5ce3ade2ffdc8b584f42595763b145
trunk/mk/pp.mk
@@ -6,5 +6,5 @@ reformat: $(SREQ1)
6
@$(call E, reformat [stage1]: $@)
7
for i in $(PP_INPUTS); \
8
do $(call CFG_RUN_TARG,stage1, stage1/rustc$(X)) \
9
- --pretty $$i >$$i.tmp && mv $$i.tmp $$i; \
+ --pretty normal $$i >$$i.tmp && mv $$i.tmp $$i; \
10
done
0 commit comments