RetroArch/gfx/drivers_font_renderer
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
..
bitmap.bin Move some files around 2015-01-12 23:34:10 +01:00
bitmap.bmp C source isn't executable. Nor is that bitmap. 2015-07-12 12:51:52 +02:00
bitmap.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
bitmapfont.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
coretext.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
freetype.c Get rid of double void argument 2018-07-14 00:54:14 +02:00
stb_unicode.c Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
stb.c Fix c89 'keyword is hidden by macro definition' with clang. 2018-12-16 08:01:03 -08:00