File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: 24e921f7d4ec44c050ac0d767ecec9832bbd8116
5
+ refs/heads/try: 92470336dd89d01f1eab34b45fe97c1a6a33f8d4
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -124,8 +124,6 @@ tidy:
124
124
@$(call E, check: formatting)
125
125
$(Q ) echo \
126
126
$(wildcard $(S)src/etc/*.py) \
127
- $(ALL_CS) \
128
- $(ALL_HS) \
129
127
$(COMPILER_CRATE) \
130
128
$(COMPILER_INPUTS) \
131
129
$(CORELIB_CRATE) \
@@ -138,10 +136,15 @@ tidy:
138
136
$(CARGO_INPUTS) \
139
137
$(RUSTDOC_CRATE) \
140
138
$(RUSTDOC_INPUTS) \
141
- | xargs -n 10 python $(S)src/etc/tidy.py
139
+ | xargs -n 10 python $(S)src/etc/tidy.py
142
140
$(Q)echo \
143
141
$(ALL_TEST_INPUTS) \
144
142
| xargs -n 10 python $(S)src/etc/tidy.py
143
+ $(Q)echo \
144
+ $(ALL_CS) \
145
+ $(ALL_HS) \
146
+ | xargs -n 10 python $(S)src/etc/tidy.py
147
+
145
148
endif
146
149
147
150
# #####################################################################
You can’t perform that action at this time.
0 commit comments