From: Paul Hoad Date: Wed, 20 Mar 2019 21:02:12 +0000 (+0000) Subject: [clang-format][NFC] fix release notes build issue X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b01fa7edf0effc2514b9eea3cf325de593af448;p=clang [clang-format][NFC] fix release notes build issue build issue from r356613 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@356615 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index cd51330fcc..2f5c82e352 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -171,7 +171,7 @@ clang-format ------------ - Added new option `PPDIS_BeforeHash` (in configuration: `BeforeHash`) to - `IndentPPDirectives` which indents preprocessor directives before the hash. + `IndentPPDirectives` which indents preprocessor directives before the hash. libclang --------