clang-format: Fix documentation generation
authorFrancois Ferrand <thetypz@gmail.com>
Thu, 14 Jun 2018 13:32:14 +0000 (13:32 +0000)
committerFrancois Ferrand <thetypz@gmail.com>
Thu, 14 Jun 2018 13:32:14 +0000 (13:32 +0000)
commit767e1521656a834da28a723134dd5f344e9dbd70
treebe6731e32dce13add35e4841b3b403f7332dea10
parent6ad680ab6a433be7f9e857f4b31726cae871fad9
clang-format: Fix documentation generation

Summary:
It seems that the changes done to `ClangFormatStyleOptions.rst` @334408 are causing the generation of the documentation to fail, with the following error:

  Warning, treated as error:
    /llvm/tools/clang/docs/ClangFormatStyleOptions.rst:1060: WARNING: Definition list ends without a blank line; unexpected unindent.

This is due to missing indent in some code block, and fixed by this patch.

Reviewers: krasimir, djasper, klimek

Reviewed By: krasimir

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D48161

llvm-svn: 334709
clang/docs/ClangFormatStyleOptions.rst
clang/include/clang/Format/Format.h