4 Commits

Author SHA1 Message Date
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
6a5ad56bc6 Start undoing C++ comments 2017-10-07 17:19:20 +02:00
twinaphex
161b19cb73 Add gfx/include/d3d9 2016-04-23 18:11:22 +02:00