RetroArch/cores/libretro-imageviewer
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
..
LICENSE Add MIT License to internal Imageviewer core 2018-01-30 10:00:56 -05:00
Makefile that's an interesting double free 2017-12-18 22:29:27 +01:00
image_core.c Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
internal_cores.h Move cores/image_core.c 2016-01-21 19:53:52 +01:00