8 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
768ebbfdb5 Merge commit 'ce9ce1d35387ef8144e53bf071396fa075bfb6c5' as 'libretro-common' 2018-05-12 17:56:34 +02:00
twinaphex
0548349991 Remove libretro-common 2018-05-12 17:56:14 +02:00
twinaphex
8b1f8b8ae2 (Utils) fix builds 2018-02-10 23:20:34 +01:00
twinaphex
39ea7deef7 Add sha1_main 2017-06-13 10:21:38 +02:00
twinaphex
34dd03a16f Don't bake in SHA1 main function 2017-06-13 09:33:18 +02:00
twinaphex
7787475361 Relocate samples/utils 2016-09-30 02:49:10 +02:00