From: Paul Hoad Date: Wed, 20 Mar 2019 21:02:12 +0000 (+0000) Subject: [clang-format][NFC] fix release notes build issue X-Git-Tag: llvmorg-10-init~9531 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c6ce35c1d2158fb8bd3e4e977cc36c6b7db632a;p=platform%2Fupstream%2Fllvm.git [clang-format][NFC] fix release notes build issue build issue from r356613 llvm-svn: 356615 --- diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index cd51330..2f5c82e 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/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 --------