Docs: Missing new line for markdown to display properly

Somehow on the last PR I sent about this section a newline disappeared, I added it again.
This commit is contained in:
Matías A. Ré Medina 2018-07-04 20:23:14 -03:00 committed by GitHub
parent 7101a89056
commit de78c816b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,6 +209,7 @@ At this stage you should be able to see a message similar to the following:
If the instrumentation messages did not appear, try switching the cmake flags pointing to AFL's clang binaries:
::
# if previously failed
make clean
cmake .. -DCMAKE_C_COMPILER=path/to/afl-clang -DCMAKE_CXX_COMPILER=path/to/afl-clang++