Skip to content

Commit d578ef7

Browse files
committed
---
yaml --- r: 1819 b: refs/heads/master c: 0a42d5a h: refs/heads/master i: 1817: 624a9c3 1815: b45d819 v: v3
1 parent 4793f52 commit d578ef7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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: e6969929db01fca31c66793dfea32ab46f777a48
2+
refs/heads/master: 0a42d5ae62771cbcdc4589ea9a019d8dbecb0ae7

trunk/Makefile.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,11 +1129,12 @@ distcheck: $(PKG_TAR)
11291129

11301130
tidy:
11311131
@$(call E, check: formatting)
1132-
$(Q)python $(S)src/etc/tidy.py \
1132+
$(Q)echo \
11331133
$(filter-out $(GENERATED) $(addprefix $(S)src/, $(GENERATED)) \
11341134
$(addprefix $(S)src/, $(RUSTLLVM_CS) $(RUSTLLVM_HDR) \
11351135
$(PKG_3RDPARTY)) \
1136-
$(S)src/etc/%, $(PKG_FILES))
1136+
$(S)src/etc/%, $(PKG_FILES)) \
1137+
| xargs -n 10 python $(S)src/etc/tidy.py
11371138

11381139
clean:
11391140
@$(call E, cleaning)

0 commit comments

Comments
 (0)