[clang-diff] NFC: format

llvm-svn: 317434
This commit is contained in:
Johannes Altmanninger 2017-11-05 11:53:18 +00:00
parent acd69dbc7c
commit a584beb9d7
1 changed files with 3 additions and 3 deletions

View File

@ -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."),