Skip to content

Commit a8aa691

Browse files
committed
unformat untouched lines
1 parent efcb23c commit a8aa691

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/Frontend/CompilerInstance.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,8 @@ IntrusiveRefCntPtr<DiagnosticsEngine> CompilerInstance::createDiagnostics(
365365
SetUpDiagnosticLog(Opts, CodeGenOpts, *Diags);
366366

367367
if (!Opts->DiagnosticSerializationFile.empty())
368-
SetupSerializedDiagnostics(Opts, *Diags, Opts->DiagnosticSerializationFile);
368+
SetupSerializedDiagnostics(Opts, *Diags,
369+
Opts->DiagnosticSerializationFile);
369370

370371
// Configure our handling of diagnostics.
371372
ProcessWarningOptions(*Diags, *Opts, VFS);

0 commit comments

Comments
 (0)