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
|
db4387bd30
|
See if it's always defined this way
|
2017-12-05 17:10:31 +01:00 |
twinaphex
|
d4eca3aeb7
|
Move glext.h header to gfx/include/GL/glext.h
|
2016-08-11 23:34:05 +02:00 |