orbea
|
28ff4b391a
|
Clean up white space.
|
2019-02-03 16:00:50 -08:00 |
|
orbea
|
4c56167446
|
Convert to linux line endings.
|
2019-02-03 15:43:42 -08:00 |
|
orbea
|
e062b98088
|
Remove trailing blank lines.
find . -type f -exec sed -i '${/^[[:space:]]*$/d;}' {} \+
|
2019-01-17 19:39:38 -08:00 |
|
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
|
8e96700f0f
|
(D3D8/D3D9) Update headers to work with C89
|
2018-02-03 16:50:26 +01:00 |
|
twinaphex
|
5d2b7ce32f
|
(D3D8 headers) Start making this C89-compatible
|
2018-02-03 15:29:56 +01:00 |
|
twinaphex
|
5328ce7375
|
Cleanups to headers
|
2018-01-26 04:02:22 +01:00 |
|
twinaphex
|
bd14582465
|
Update D3D8 codepath
|
2018-01-04 12:42:51 +01:00 |
|
twinaphex
|
447e990522
|
Add missing files
|
2018-01-03 20:54:37 +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
|
fb5744318a
|
Start adding D3D8 headers
|
2017-09-05 00:37:17 +02:00 |
|