From dbf8e74a8eca2933840a57c04246d3c7b1dd3fde Mon Sep 17 00:00:00 2001 From: Mitch Phillips Date: Wed, 21 Aug 2019 18:03:11 +0000 Subject: [PATCH] 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 --- docs/GwpAsan.rst | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.0