]> granicus.if.org Git - clang/commitdiff
Actually fix rendering of the example code block!
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 14 Feb 2013 00:23:04 +0000 (00:23 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 14 Feb 2013 00:23:04 +0000 (00:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175113 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.rst

index dd54cfff5c8589154283cb963548c4ffb3786019..014e2645d86bc8c14a50ae8f5e43e7fb80298073 100644 (file)
@@ -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, ...) {