Skip to content

Commit 95909e8

Browse files
committed
reformat harder
1 parent d16b115 commit 95909e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/lint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
2-
find xml -name 'issue*.xml' -print0 | \
3-
xargs -0 -P $(getconf _NPROCESSORS_ONLN) -n 128 \
2+
find xml -name 'issue*.xml' -print0 \
3+
| xargs -0 -P $(getconf _NPROCESSORS_ONLN) -n 128 \
44
xmllint --noout --nowarning --dtdvalid xml/lwg-issue.dtd

0 commit comments

Comments
 (0)