From 2b01fa7edf0effc2514b9eea3cf325de593af448 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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@356615 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -------- -- 2.50.1