Actually fix rendering of the example code block!

llvm-svn: 175113
This commit is contained in:
Richard Smith 2013-02-14 00:23:04 +00:00
parent fabbcd9bcf
commit d06a87047d
1 changed files with 1 additions and 1 deletions

View 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, ...) {