From 184e1c4495298fd1c39dc1fbd82ff6d969c17ecf Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Sun, 23 Dec 2012 18:36:44 +0000 Subject: [PATCH] Documentation: fix a syntax error: empty line required after code-block:: git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171004 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/MemorySanitizer.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/MemorySanitizer.rst b/docs/MemorySanitizer.rst index 7bf2136791..6ede1c36e0 100644 --- a/docs/MemorySanitizer.rst +++ b/docs/MemorySanitizer.rst @@ -34,6 +34,7 @@ to disable inlining (just use ``-O1``) and tail call elimination (``-fno-optimize-sibling-calls``). .. code-block:: console + % cat umr.cc #include -- 2.40.0