]> granicus.if.org Git - llvm/commitdiff
Add newline to GWP-ASan sphinx document.
authorMitch Phillips <mitchphillips@outlook.com>
Wed, 21 Aug 2019 18:03:11 +0000 (18:03 +0000)
committerMitch Phillips <mitchphillips@outlook.com>
Wed, 21 Aug 2019 18:03:11 +0000 (18:03 +0000)
Should fix the document builder.

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

docs/GwpAsan.rst

index 48eb23271e51b376625802b17b0610d85cc0f9cd..67193bfe001f8c9694bba4c02f4f88183982b829 100644 (file)
@@ -61,6 +61,7 @@ The stubs follow the same general pattern (example ``malloc()`` pseudocode
 below):
 
 .. code:: cpp
+
   #ifdef INSTALL_GWP_ASAN_STUBS
     gwp_asan::GuardedPoolAllocator GWPASanAllocator;
   #endif