twinaphex
|
1ae20ea17c
|
Style nits - turn macro names into upper-case - some while style nits
|
2020-06-26 20:00:19 +02:00 |
|
twinaphex
|
ad7612eef3
|
(wiiu) Style nit cleanups
|
2020-05-07 20:23:14 +02: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 |
|
aliaspider
|
42905d9bbb
|
(WIIU) add a better converter for slang shaders.
|
2018-01-09 03:05:29 +01:00 |
|
aliaspider
|
517a3f801f
|
(WIIU) add a tool to convert slang shaders.
|
2018-01-07 03:26:14 +01:00 |
|