1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 09:48:42 +00:00
RetroArch/led
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
..
drivers Attempt to fix xcode8 travis build failure. 2019-01-06 22:47:03 -08:00
led_defines.h Add frontend, battery level and memory amount detection to 3ds port 2018-01-10 16:52:32 -08:00
led_driver.c Add frontend, battery level and memory amount detection to 3ds port 2018-01-10 16:52:32 -08:00
led_driver.h Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00