4 Commits

Author SHA1 Message Date
orbea
28ff4b391a Clean up white space. 2019-02-03 16:00:50 -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
96e1b862f6 (Vulkan) Update headers - use C comments 2018-05-13 21:42:02 +02:00
Stuart Carnie
0a4ff225be Update Vulkan 2018-05-13 21:35:18 +02:00