diff options
author | Paul Hoad <mydeveloperday@gmail.com> | 2019-03-01 09:09:54 +0000 |
---|---|---|
committer | Paul Hoad <mydeveloperday@gmail.com> | 2019-03-01 09:09:54 +0000 |
commit | 5bcf99b4bda6f643db66d3ce64337eb0a6e32d2c (patch) | |
tree | bf3447158d8a97a1e8ee7d69f12715f42b45c113 /clang/lib/Format/UnwrappedLineParser.h | |
parent | fa61dddf5dc8cc35de6f814a04012b73a1afcb0e (diff) | |
download | bcm5719-llvm-5bcf99b4bda6f643db66d3ce64337eb0a6e32d2c.tar.gz bcm5719-llvm-5bcf99b4bda6f643db66d3ce64337eb0a6e32d2c.zip |
[clang-format] [NFC] clang-format the Format library
Previously revisions commited non-clang-formatted changes to the Format library, this means submitting any revision e.g. {D55170} can cause additional whitespace changes to potentially be included in a revision.
Commit a non functional change using latest build Windows clang-format r351376 with no other changes, to remove these differences
All FormatTests
pass [==========] 652 tests from 20 test cases ran.
llvm-svn: 355182
Diffstat (limited to 'clang/lib/Format/UnwrappedLineParser.h')
-rw-r--r-- | clang/lib/Format/UnwrappedLineParser.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Format/UnwrappedLineParser.h b/clang/lib/Format/UnwrappedLineParser.h index 153c0852736..e1b35317c7c 100644 --- a/clang/lib/Format/UnwrappedLineParser.h +++ b/clang/lib/Format/UnwrappedLineParser.h @@ -76,8 +76,7 @@ class UnwrappedLineParser { public: UnwrappedLineParser(const FormatStyle &Style, const AdditionalKeywords &Keywords, - unsigned FirstStartColumn, - ArrayRef<FormatToken *> Tokens, + unsigned FirstStartColumn, ArrayRef<FormatToken *> Tokens, UnwrappedLineConsumer &Callback); void parse(); |