]> granicus.if.org Git - clang/commitdiff
[Format] Fix docs after r373439
authorSam McCall <sam.mccall@gmail.com>
Fri, 4 Oct 2019 09:52:54 +0000 (09:52 +0000)
committerSam McCall <sam.mccall@gmail.com>
Fri, 4 Oct 2019 09:52:54 +0000 (09:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373724 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangFormatStyleOptions.rst

index c7f47c5c021e5087cd51919bbb517fc701cc48a5..24ad1f67f0895ac3ba43c283a169d2f80de0be32 100644 (file)
@@ -2310,11 +2310,12 @@ the configuration (without a prefix: ``Auto``).
      std::unique_ptr<int[]> foo() {} // Won't be affected
 
 **Standard** (``LanguageStandard``)
+  Parse and format C++ constructs compatible with this standard.
+
   .. code-block:: c++
 
      c++03:                                 latest:
      vector<set<int> > x;           vs.     vector<set<int>> x;
-  Parse and format C++ constructs compatible with this standard.
 
   Possible values: