[libFuzzer] fix the docs
authorKostya Serebryany <kcc@google.com>
Thu, 21 Feb 2019 00:43:46 +0000 (00:43 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 21 Feb 2019 00:43:46 +0000 (00:43 +0000)
llvm-svn: 354536

llvm/docs/LibFuzzer.rst

index 9063756..1698439 100644 (file)
@@ -191,6 +191,7 @@ small random subsets of the corpus. After a child exits, the top process
 merges the corpus generated by the child back to the main corpus.
 
 Related flags:
+
 ``-ignore_ooms``
   True by default. If an OOM happens during fuzzing in one of the child processes,
   the reproducer is saved on disk, and fuzzing continues.