This code block wasn't showing up in the html. Try this?

llvm-svn: 199306
diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst
index b693383..5618805 100644
--- a/clang/docs/LanguageExtensions.rst
+++ b/clang/docs/LanguageExtensions.rst
@@ -1462,6 +1462,7 @@
 overload out of a number of viable overloads using enable_if.
 
 .. code-block:: c++
+
   void f() __attribute__((enable_if(true, "")));  // #1
   void f() __attribute__((enable_if(true, ""))) __attribute__((enable_if(true, "")));  // #2