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
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
|
twinaphex
|
8d4c06e133
|
(libretro-db) Namespace bintree and libretrodb
|
2016-05-24 01:07:41 +02:00 |
|
twinaphex
|
12e51eb4b5
|
(libretrodb) Add headers and cleanups
|
2016-03-21 18:16:05 +01:00 |
|
twinaphex
|
ffec5bf83d
|
(libretro-db) Simplify bintree.c
|
2016-01-26 09:26:34 +01:00 |
|
twinaphex
|
82e15d1377
|
CLeanups/fixes
|
2015-09-17 20:24:49 +02:00 |
|
twinaphex
|
c8535dce1f
|
(libretro-db) Cleanup bintree.c
|
2015-09-17 09:25:06 +02:00 |
|
twinaphex
|
aa1405fab9
|
(libretro-db) Style nits
|
2015-09-17 07:09:31 +02:00 |
|
twinaphex
|
3eec012af8
|
(libretro-db) Style nits
|
2015-06-03 16:57:51 +02:00 |
|
Twinaphex
|
efdb991f12
|
(libretro-db) Style nits
|
2015-06-03 15:59:32 +02:00 |
|
twinaphex
|
d41b55b25b
|
Cleanups
|
2015-04-04 21:10:36 +02:00 |
|
twinaphex
|
41403fb3d6
|
Rename libretrodb to libretro-db
|
2015-02-19 00:47:19 +01:00 |
|