RetroArch/libretro-common/formats
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
..
bmp Remove warning 2018-09-01 04:04:15 +02:00
jpeg Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
json Merge commit 'ce9ce1d35387ef8144e53bf071396fa075bfb6c5' as 'libretro-common' 2018-05-12 17:56:34 +02:00
libchdr Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
png Clang scan-build error fix 2018-08-19 16:13:13 +02:00
tga Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
wav Merge commit 'ce9ce1d35387ef8144e53bf071396fa075bfb6c5' as 'libretro-common' 2018-05-12 17:56:34 +02:00
xml Merge commit 'ce9ce1d35387ef8144e53bf071396fa075bfb6c5' as 'libretro-common' 2018-05-12 17:56:34 +02:00
image_texture.c Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
image_transfer.c Merge commit 'ce9ce1d35387ef8144e53bf071396fa075bfb6c5' as 'libretro-common' 2018-05-12 17:56:34 +02:00