Fix doc build: sublists require a blank line before/after.
authorMehdi Amini <mehdi.amini@apple.com>
Thu, 17 Sep 2015 15:59:52 +0000 (15:59 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Thu, 17 Sep 2015 15:59:52 +0000 (15:59 +0000)
From: Mehdi Amini <mehdi.amini@apple.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247896 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LibFuzzer.rst

index 2b32337aebbe65f186fbf8b4c9b40f31fce121fd..97319bec0022a4a34a386bbed2e5b75f74cafe67 100644 (file)
@@ -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,