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
|
923eef3eb3
|
Updates to D3D headers
|
2017-12-31 03:36:43 +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
|
e9e1db2945
|
Cleanups
|
2017-04-21 21:18:28 +02:00 |
twinaphex
|
33cf9ce023
|
Add more d3dx9 header files
|
2016-04-23 18:17:28 +02:00 |