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 |
|
Brad Parker
|
aa083d1e4c
|
android: add configurable setting for Sustained Performance Mode
|
2018-06-19 02:50:33 -04:00 |
|
Brad Parker
|
7176bb19ad
|
support powerstate/battery level in Android
|
2018-06-16 19:15:16 -04: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
|
6aa99ebb37
|
Take out <sys/cdefs.h>
|
2017-06-21 05:02:03 +02:00 |
|
twinaphex
|
f087419165
|
Rename platform_linux.c to platform_unix.c
|
2017-06-19 17:38:49 +02:00 |
|