diff options
author | Johannes Altmanninger <aclopte@gmail.com> | 2017-11-05 11:53:18 +0000 |
---|---|---|
committer | Johannes Altmanninger <aclopte@gmail.com> | 2017-11-05 11:53:18 +0000 |
commit | a584beb9d77f4c2a6600cd262209d7b1093cdb2f (patch) | |
tree | 5ff33618ec8f2d64a293a3153806e6bedc857bba /clang/tools/clang-diff/ClangDiff.cpp | |
parent | acd69dbc7c571d0352e96a7a1d2d9832af880849 (diff) | |
download | bcm5719-llvm-a584beb9d77f4c2a6600cd262209d7b1093cdb2f.tar.gz bcm5719-llvm-a584beb9d77f4c2a6600cd262209d7b1093cdb2f.zip |
[clang-diff] NFC: format
llvm-svn: 317434
Diffstat (limited to 'clang/tools/clang-diff/ClangDiff.cpp')
-rw-r--r-- | clang/tools/clang-diff/ClangDiff.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/tools/clang-diff/ClangDiff.cpp b/clang/tools/clang-diff/ClangDiff.cpp index 55cef911709..4e2150aa457 100644 --- a/clang/tools/clang-diff/ClangDiff.cpp +++ b/clang/tools/clang-diff/ClangDiff.cpp @@ -33,9 +33,9 @@ static cl::opt<bool> ASTDumpJson( cl::desc("Print the internal representation of the AST as JSON."), cl::init(false), cl::cat(ClangDiffCategory)); -static cl::opt<bool> - PrintMatches("dump-matches", cl::desc("Print the matched nodes."), - cl::init(false), cl::cat(ClangDiffCategory)); +static cl::opt<bool> PrintMatches("dump-matches", + cl::desc("Print the matched nodes."), + cl::init(false), cl::cat(ClangDiffCategory)); static cl::opt<bool> HtmlDiff("html", cl::desc("Output a side-by-side diff in HTML."), |