RetroArch/wiiu/fs
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
..
fs_utils.c (wiiu) small style nits; declare variables at top; C comments 2018-01-05 13:09:05 +01:00
fs_utils.h (wiiu) small style nits; declare variables at top; C comments 2018-01-05 13:09:05 +01:00
sd_fat_devoptab.c Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
sd_fat_devoptab.h WiiU: C89 style comments 2018-01-06 09:44:03 -03:00