From a584beb9d77f4c2a6600cd262209d7b1093cdb2f Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 5 Nov 2017 11:53:18 +0000 Subject: [PATCH] [clang-diff] NFC: format llvm-svn: 317434 --- clang/tools/clang-diff/ClangDiff.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clang/tools/clang-diff/ClangDiff.cpp b/clang/tools/clang-diff/ClangDiff.cpp index 55cef91..4e2150a 100644 --- a/clang/tools/clang-diff/ClangDiff.cpp +++ b/clang/tools/clang-diff/ClangDiff.cpp @@ -33,9 +33,9 @@ static cl::opt ASTDumpJson( cl::desc("Print the internal representation of the AST as JSON."), cl::init(false), cl::cat(ClangDiffCategory)); -static cl::opt - PrintMatches("dump-matches", cl::desc("Print the matched nodes."), - cl::init(false), cl::cat(ClangDiffCategory)); +static cl::opt PrintMatches("dump-matches", + cl::desc("Print the matched nodes."), + cl::init(false), cl::cat(ClangDiffCategory)); static cl::opt HtmlDiff("html", cl::desc("Output a side-by-side diff in HTML."), -- 2.7.4