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
+1
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++