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
|
2214e04784
|
Cleanup some D3D headers
|
2018-01-01 08:08:22 +01:00 |
twinaphex
|
923eef3eb3
|
Updates to D3D headers
|
2017-12-31 03:36:43 +01:00 |
twinaphex
|
6a5ad56bc6
|
Start undoing C++ comments
|
2017-10-07 17:19:20 +02:00 |
twinaphex
|
d220ce5870
|
Update D3D9
|
2017-04-19 18:58:01 +02:00 |
twinaphex
|
b622e60e45
|
Add D3D9 headers
|
2016-08-12 01:17:54 +02:00 |