Skip to content

Commit 222ca3c

Browse files
committed
clang-format
1 parent 449219a commit 222ca3c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/rustllvm/RustWrapper.cpp

+2-5
Original file line numberDiff line numberDiff line change
@@ -610,15 +610,12 @@ extern "C" LLVMRustMetadataRef LLVMRustDIBuilderCreateStaticVariable(
610610
return wrap(Builder->createGlobalVariableExpression(
611611
unwrapDI<DIDescriptor>(Context), Name, LinkageName,
612612
unwrapDI<DIFile>(File), LineNo, unwrapDI<DIType>(Ty), IsLocalToUnit,
613-
InitExpr,
614-
unwrapDIPtr<MDNode>(Decl),
615-
AlignInBits));
613+
InitExpr, unwrapDIPtr<MDNode>(Decl), AlignInBits));
616614
#else
617615
return wrap(Builder->createGlobalVariable(
618616
unwrapDI<DIDescriptor>(Context), Name, LinkageName,
619617
unwrapDI<DIFile>(File), LineNo, unwrapDI<DIType>(Ty), IsLocalToUnit,
620-
InitVal,
621-
unwrapDIPtr<MDNode>(Decl)));
618+
InitVal, unwrapDIPtr<MDNode>(Decl)));
622619
#endif
623620
}
624621

0 commit comments

Comments
 (0)