Add newline to GWP-ASan sphinx document.

Should fix the document builder.

llvm-svn: 369554
This commit is contained in:
Mitch Phillips 2019-08-21 18:03:11 +00:00
parent 1a675694f0
commit 8659675fa1

View 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