1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00
RetroArch/bootstrap
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
..
gx (wii buildfix) Have to move app_booter files back 2015-09-20 19:14:13 +02:00
psp1/kernel_functions_prx Merge pull request #5941 from frangarcj/vita-adrenaline 2017-12-21 01:05:28 +01:00
vita Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00