[llvm] r247896 - Fix doc build: sublists require a blank line before/after.

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 17 08:59:52 PDT 2015


Author: mehdi_amini
Date: Thu Sep 17 10:59:52 2015
New Revision: 247896

URL: http://llvm.org/viewvc/llvm-project?rev=247896&view=rev
Log:
Fix doc build: sublists require a blank line before/after.

From: Mehdi Amini <mehdi.amini at apple.com>

Modified:
    llvm/trunk/docs/LibFuzzer.rst

Modified: llvm/trunk/docs/LibFuzzer.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LibFuzzer.rst?rev=247896&r1=247895&r2=247896&view=diff
==============================================================================
--- llvm/trunk/docs/LibFuzzer.rst (original)
+++ llvm/trunk/docs/LibFuzzer.rst Thu Sep 17 10:59:52 2015
@@ -237,7 +237,7 @@ to find Heartbleed with LibFuzzer::
     SSL_free(server);
   }
   EOF
-  # Build the fuzzer. 
+  # Build the fuzzer.
   clang++ -g handshake-fuzz.cc  -fsanitize=address \
     openssl-1.0.1f/libssl.a openssl-1.0.1f/libcrypto.a Fuzzer*.o
   # Run 20 independent fuzzer jobs.
@@ -454,6 +454,7 @@ Trophies
   * llvm-as: https://llvm.org/bugs/show_bug.cgi?id=24639
 
   * Disassembler:
+
     * Mips: Discovered a number of untested instructions for the Mips target
       (see valid-mips*.s in http://reviews.llvm.org/rL247405,
       http://reviews.llvm.org/rL247414, http://reviews.llvm.org/rL247416,




More information about the llvm-commits mailing list