Skip to content

Commit 45975fe

Browse files
committed
clang-format
1 parent 88b5bbd commit 45975fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Frontend/CompilerInstance.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1488,7 +1488,7 @@ static bool compileModuleAndReadASTBehindLock(
14881488
// Clear out any potential leftover.
14891489
Lock.unsafeRemoveLockFile();
14901490
return compileModuleAndReadASTImpl(ImportingInstance, ImportLoc,
1491-
ModuleNameLoc, Module, ModuleFileName);
1491+
ModuleNameLoc, Module, ModuleFileName);
14921492
}
14931493
if (Owned) {
14941494
// We're responsible for building the module ourselves.

0 commit comments

Comments
 (0)