Skip to content

Commit 5cc9b9b

Browse files
committed
Fix clang-format issue.
1 parent e214fd6 commit 5cc9b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6828,7 +6828,7 @@ static void FixupDebugInfoForOutlinedFunction(
68286828
return NewVar;
68296829

68306830
DILocalScope *NewScope = DILocalScope::cloneScopeForSubprogram(
6831-
*OldVar->getScope(), *NewSP, Builder.getContext(), Cache);
6831+
*OldVar->getScope(), *NewSP, Builder.getContext(), Cache);
68326832
NewVar = llvm::DILocalVariable::get(
68336833
Builder.getContext(), NewScope, OldVar->getName(), OldVar->getFile(),
68346834
OldVar->getLine(), OldVar->getType(), arg, OldVar->getFlags(),

0 commit comments

Comments
 (0)