RetroArch/input/drivers_joypad/wiiu
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
..
hidpad_driver.c quotes for some, braces for others 2018-05-02 22:37:34 -07:00
kpad_driver.c quotes for some, braces for others 2018-05-02 22:37:34 -07:00
pad_functions.c Replace angle includes with quote includes 2018-05-02 21:31:00 -07:00
wpad_driver.c Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00