projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote-tracking branch 'origin/divVerent/crypto-fixes'
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
whitespace.sh
1
#!/usr/bin/env bash
2
3
find . -type f -print0 | \
4
xargs -0 sed -i \
5
`# strip trailing spaces` \
6
-e 's/[[:space:]]*$//' \
7
`# line feed at EOF for #include to work properly` \
8
-e '$a\'