RetroArch/libretro-common
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
..
audio Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
compat Fixup compat_snprintf.c for MSVC 2008 2018-08-16 10:12:17 +02:00
crt Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00
dynamic First iteration of UWP support 2018-12-28 22:09:22 +01:00
encodings Silence code warnings 2018-10-21 05:43:23 +02:00
features Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
file Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
formats Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
gfx Add conv rgb565 to ABGR8888 by m4xw 2018-09-12 20:04:52 +02:00
glsm Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
glsym Update libretro-common 2018-11-05 14:47:06 +01:00
hash Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00
include Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
libco Update libretro-common 2018-10-01 15:50:41 +02:00
lists Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
memmap Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
net Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
queues Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
rthreads Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
samples Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
streams Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
string Cleanups 2018-09-01 01:03:58 +02:00
utils Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
vfs (PS2) platform_ps2.c - style nits 2019-01-03 13:34:12 +01:00
vulkan Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
.gitignore Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00