orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
twinaphex
|
4c0c842451
|
Make D3D headers more suitable for C89_BUILD
|
2017-12-27 22:03:13 +01:00 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
twinaphex
|
3e81996bd3
|
Update D3D headers
|
2017-12-05 16:40:13 +01:00 |
|
twinaphex
|
d220ce5870
|
Update D3D9
|
2017-04-19 18:58:01 +02:00 |
|
twinaphex
|
0b3e90dbf4
|
Header cleanups D3D9
|
2017-04-19 16:10:11 +02:00 |
|
twinaphex
|
27a6d68af9
|
Get rid of this pragma
|
2017-04-19 12:56:25 +02:00 |
|
twinaphex
|
b622e60e45
|
Add D3D9 headers
|
2016-08-12 01:17:54 +02:00 |
|