diff options
author | Paul Hoad <mydeveloperday@gmail.com> | 2019-03-20 21:02:12 +0000 |
---|---|---|
committer | Paul Hoad <mydeveloperday@gmail.com> | 2019-03-20 21:02:12 +0000 |
commit | 7c6ce35c1d2158fb8bd3e4e977cc36c6b7db632a (patch) | |
tree | 628d4c24f85e9c67b8a99e83db231f77ece8d699 /clang/docs/ReleaseNotes.rst | |
parent | bcb8316de561d2dab4825067a5326cb9fd17ace1 (diff) | |
download | bcm5719-llvm-7c6ce35c1d2158fb8bd3e4e977cc36c6b7db632a.tar.gz bcm5719-llvm-7c6ce35c1d2158fb8bd3e4e977cc36c6b7db632a.zip |
[clang-format][NFC] fix release notes build issue
build issue from r356613
llvm-svn: 356615
Diffstat (limited to 'clang/docs/ReleaseNotes.rst')
-rw-r--r-- | clang/docs/ReleaseNotes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index cd51330fcc6..2f5c82e352a 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 -------- |