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/FormatTokenLexer.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/FormatTokenLexer.h')
-rw-r--r-- | clang/lib/Format/FormatTokenLexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Format/FormatTokenLexer.h b/clang/lib/Format/FormatTokenLexer.h index 5caa9150495..61a4c041d1e 100644 --- a/clang/lib/Format/FormatTokenLexer.h +++ b/clang/lib/Format/FormatTokenLexer.h @@ -20,8 +20,8 @@ #include "clang/Basic/SourceLocation.h" #include "clang/Basic/SourceManager.h" #include "clang/Format/Format.h" -#include "llvm/Support/Regex.h" #include "llvm/ADT/MapVector.h" +#include "llvm/Support/Regex.h" #include <stack> |