orbea
|
28ff4b391a
|
Clean up white space.
|
2019-02-03 16:00:50 -08:00 |
|
orbea
|
e062b98088
|
Remove trailing blank lines.
find . -type f -exec sed -i '${/^[[:space:]]*$/d;}' {} \+
|
2019-01-17 19:39:38 -08:00 |
|
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 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
twinaphex
|
2bce8b10e3
|
Update
|
2017-08-20 00:54:39 +02:00 |
|
twinaphex
|
2b49669898
|
Update Makefile.libogc
|
2017-08-20 00:50:04 +02:00 |
|
twinaphex
|
06ab96c622
|
(libogc) Exclude unused dvd file to shave off a tiny bit of memory
|
2017-08-19 23:37:58 +02:00 |
|
twinaphex
|
7ca508d516
|
Small cleanups to Makefile.libogc
|
2017-08-19 23:28:38 +02:00 |
|
twinaphex
|
7156de52c4
|
Add Makefile.libogc
|
2017-08-19 23:20:54 +02:00 |
|
twinaphex
|
6de19a1d6c
|
Add library files
|
2017-08-19 09:08:10 +02:00 |
|
twinaphex
|
de638b66b5
|
(GX) Start adding internal libogc
|
2017-08-19 08:46:04 +02:00 |
|