twinaphex
|
a49b5b7129
|
Cleanups
|
2020-07-24 22:23:52 +02:00 |
|
twinaphex
|
5790f13798
|
Add comments
|
2020-07-07 03:49:54 +02: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
|
fa8db9b4d2
|
Silence another Coverity warning
|
2017-06-28 06:59:00 +02:00 |
|
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
|
twinaphex
|
347a18cb30
|
Update input headers
|
2016-01-10 04:33:01 +01:00 |
|
twinaphex
|
ef7a786527
|
Attempt to prevent segfault when pressing Enter in DRM/KMS mode
|
2016-01-02 22:28:21 +01:00 |
|
twinaphex
|
03b1f36af1
|
Move linux_common to input/common/
|
2015-11-17 06:46:32 +01:00 |
|