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
|
768ebbfdb5
|
Merge commit 'ce9ce1d35387ef8144e53bf071396fa075bfb6c5' as 'libretro-common'
|
2018-05-12 17:56:34 +02:00 |
twinaphex
|
0548349991
|
Remove libretro-common
|
2018-05-12 17:56:14 +02:00 |
twinaphex
|
db314ff82f
|
Uniquely namespace libchdr source files
|
2018-04-22 12:10:15 +02:00 |