r175113 - Actually fix rendering of the example code block!

Richard Smith richard-llvm at metafoo.co.uk
Wed Feb 13 16:23:04 PST 2013


Author: rsmith
Date: Wed Feb 13 18:23:04 2013
New Revision: 175113

URL: http://llvm.org/viewvc/llvm-project?rev=175113&view=rev
Log:
Actually fix rendering of the example code block!

Modified:
    cfe/trunk/docs/LanguageExtensions.rst

Modified: cfe/trunk/docs/LanguageExtensions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.rst?rev=175113&r1=175112&r2=175113&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.rst (original)
+++ cfe/trunk/docs/LanguageExtensions.rst Wed Feb 13 18:23:04 2013
@@ -1957,7 +1957,7 @@ Clang implements two kinds of checks wit
 
    Another example:
 
-   .. code-block: c
+   .. code-block:: c
 
      __attribute__((__format__ (__printf__, 1, 3)))
      void foo(const char* s, char *buf, ...) {





More information about the cfe-commits mailing list