From: Mitch Phillips Date: Wed, 21 Aug 2019 18:03:11 +0000 (+0000) Subject: Add newline to GWP-ASan sphinx document. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbf8e74a8eca2933840a57c04246d3c7b1dd3fde;p=llvm Add newline to GWP-ASan sphinx document. Should fix the document builder. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369554 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GwpAsan.rst b/docs/GwpAsan.rst index 48eb23271e5..67193bfe001 100644 --- a/docs/GwpAsan.rst +++ b/docs/GwpAsan.rst @@ -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