twinaphex
|
afb2a4abbf
|
(Wii) Style nits
|
2020-02-14 17:43:58 +01: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
|
83c328d539
|
(wii/app_booter) Style nits
|
2015-09-21 19:28:20 +02:00 |
|
twinaphex
|
365f501b2a
|
(wii buildfix) Have to move app_booter files back
|
2015-09-20 19:14:13 +02:00 |
|
twinaphex
|
024a6776de
|
Move wii/app_booter to boostrap/wii
|
2015-09-20 15:19:16 +02:00 |
|
twinaphex
|
10ec315a43
|
Downsize wii/app_booter
|
2015-09-20 15:17:12 +02:00 |
|
twinaphex
|
4c893afdcc
|
(GX) Cleanups
|
2014-10-22 05:50:34 +02:00 |
|
Toad King
|
20db83cd93
|
(NGC) new dol booter, move app_booter to wii folder
move package folders to wii and ngc respectively
|
2012-09-03 18:05:23 -04:00 |
|