]> granicus.if.org Git - clang/commitdiff
[clang-diff] NFC: format
authorJohannes Altmanninger <aclopte@gmail.com>
Sun, 5 Nov 2017 11:53:18 +0000 (11:53 +0000)
committerJohannes Altmanninger <aclopte@gmail.com>
Sun, 5 Nov 2017 11:53:18 +0000 (11:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317434 91177308-0d34-0410-b5e6-96231b3b80d8

tools/clang-diff/ClangDiff.cpp

index 55cef911709be1d04f5721f7dfeee0a5499a34cf..4e2150aa457da668d259706d4b284c4a8b884864 100644 (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."),