Author: aaronballman
Date: Thu Jun 28 05:02:38 2018
New Revision: 335842

URL: http://llvm.org/viewvc/llvm-project?rev=335842&view=rev
Log:
Correct the code highlighting marker to be Objective-C rather than C++ which 
fixes a Sphinx build warning; NFC.

Modified:
    cfe/trunk/docs/ClangFormatStyleOptions.rst

Modified: cfe/trunk/docs/ClangFormatStyleOptions.rst
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangFormatStyleOptions.rst?rev=335842&r1=335841&r2=335842&view=diff
==============================================================================
--- cfe/trunk/docs/ClangFormatStyleOptions.rst (original)
+++ cfe/trunk/docs/ClangFormatStyleOptions.rst Thu Jun 28 05:02:38 2018
@@ -1588,7 +1588,7 @@ the configuration (without a prefix: ``A
   onto individual lines whenever they go over ``ColumnLimit``.
 
 
-  .. code-block:: c++
+  .. code-block:: objc
 
      Always (or Auto, if BinPackParameters=true):
      @interface ccccccccccccc () <


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to