radare2/shlr/bochs
pancake e6f2cd0b2a
Remove trailing spaces (#19460)
$ git grep ' $' | grep -v ^test/ | cut -d : -f 1 | sort -u > /tmp/trailing
$ for a in `cat /tmp/trailing` ; do sed -i -e 's/ *$//' $a ; done
2021-12-02 17:39:59 +01:00
..
include Remove trailing spaces (#19460) 2021-12-02 17:39:59 +01:00
src Fix some warnings (#15549) 2019-12-08 12:49:58 +01:00
deps.mk Refix mingw32 build 2017-05-10 00:34:05 +02:00
Makefile Fix #12335 - ignore system-installed r2 includes ##build 2021-05-28 00:45:48 +02:00