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 |
twinaphex
|
9d5472cecf
|
Merge commit '37aad93a58efba6c340e13aa1d83ddf2df762b3d'
|
2018-05-12 18:03:49 +02:00 |
twinaphex
|
0548349991
|
Remove libretro-common
|
2018-05-12 17:56:14 +02:00 |
twinaphex
|
997c24ae0c
|
Make FLAC, zlib and LZMA support in libchdr optional
|
2018-04-22 20:19:07 +02:00 |
twinaphex
|
fc169cf4fe
|
Split up libchdr_chd.c into several files
|
2018-04-22 19:50:14 +02:00 |