From 3a09444debc457a70110e917eeb6ca9a8e8bb84f Mon Sep 17 00:00:00 2001
From: Richard Smith <richard-llvm@metafoo.co.uk>
Date: Thu, 14 Feb 2013 00:23:04 +0000
Subject: [PATCH] Actually fix rendering of the example code block!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175113 91177308-0d34-0410-b5e6-96231b3b80d8
---
 docs/LanguageExtensions.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst
index dd54cfff5c8..014e2645d86 100644
--- a/docs/LanguageExtensions.rst
+++ b/docs/LanguageExtensions.rst
@@ -1957,7 +1957,7 @@ Clang implements two kinds of checks with this attribute.
 
    Another example:
 
-   .. code-block: c
+   .. code-block:: c
 
      __attribute__((__format__ (__printf__, 1, 3)))
      void foo(const char* s, char *buf, ...) {
-- 
GitLab