From 7c6ce35c1d2158fb8bd3e4e977cc36c6b7db632a Mon Sep 17 00:00:00 2001 From: Paul Hoad Date: Wed, 20 Mar 2019 21:02:12 +0000 Subject: [PATCH] [clang-format][NFC] fix release notes build issue build issue from r356613 llvm-svn: 356615 --- clang/docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -------- -- 2.7.4