RetroArch/input/common/hid
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
..
device_ds3.c Fix analog for DS3, plus some cleanups 2018-04-23 23:22:27 -07:00
device_ds4.c Add pad unregistration 2018-04-14 21:30:44 -07:00
device_null.c Fix analog reading on GCA 2018-04-22 23:47:07 -07:00
device_wiiu_gca.c Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
hid_device_driver.c Add pad unregistration 2018-04-14 21:30:44 -07:00
hid_device_driver.h Fix analog for DS3, plus some cleanups 2018-04-23 23:22:27 -07:00