Skip to content

Commit c67cf0b

Browse files
committed
clang-format.
1 parent 56faefd commit c67cf0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/tools/driver/driver.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,8 @@ int clang_main(int Argc, char **Argv, const llvm::ToolContext &ToolContext) {
319319
IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts =
320320
CreateAndPopulateDiagOpts(Args);
321321

322-
// The _driver_ (vs cc1) diagnostics engine shouldn't bother to load a suppression file.
322+
// The _driver_ (vs cc1) diagnostics engine shouldn't bother to load a
323+
// suppression file.
323324
DiagOpts->DiagnosticSuppressionMappingsFile = "";
324325

325326
TextDiagnosticPrinter *DiagClient

0 commit comments

Comments
 (0)