]> granicus.if.org Git - clang/commitdiff
Documentation: formatting
authorDmitri Gribenko <gribozavr@gmail.com>
Thu, 17 Jan 2013 17:04:54 +0000 (17:04 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Thu, 17 Jan 2013 17:04:54 +0000 (17:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172729 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.rst

index 2abbea7da6941a200d353ce8ae646756d32ce0a3..f32c46bf435912fc0e59a625184fd8fd0208a236 100644 (file)
@@ -140,8 +140,8 @@ Include File Checking Macros
 Not all developments systems have the same include files.  The
 :ref:`langext-__has_include` and :ref:`langext-__has_include_next` macros allow
 you to check for the existence of an include file before doing a possibly
-failing ``#include`` directive.  Include file checking macros must be used 
-as expressions in #if or #elif preprocessing directives.
+failing ``#include`` directive.  Include file checking macros must be used
+as expressions in ``#if`` or ``#elif`` preprocessing directives.
 
 .. _langext-__has_include: