fix indent

zonkzonk 2017-02-02 19:31:49 +00:00
parent 7a3771278b
commit 4ad2c603c7

@ -41,7 +41,8 @@ radare2 is an opensource, crossplatform reverse engineering framework.
* [Coverity Access](https://github.com/radare/radare2-regressions/wiki/Coverity-Testing) ask pancake or xvilka for access, if you're going to fix bugs
* Running [the testsuite] (https://github.com/radare/radare2-regressions) under the valgrind:
```sh
export VALGRIND='valgrind --leak-check=full --show-reachable=yes --track-origins=yes --leak-resolution=high --trace-children=yes'
export VALGRIND='valgrind --leak-check=full --show-reachable=yes --track-origins=yes \
--leak-resolution=high --trace-children=yes'
make
```
* Low hanging fruits - [bugs] (https://github.com/radare/radare2/labels/easy) marked as _easy_