From: Richard Smith Date: Thu, 14 Feb 2013 00:23:04 +0000 (+0000) Subject: Actually fix rendering of the example code block! X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a09444debc457a70110e917eeb6ca9a8e8bb84f;p=clang 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 --- diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst index dd54cfff5c..014e2645d8 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, ...) {