Skip to content

Commit dd60742

Browse files
committed
clangfmt
1 parent fcff252 commit dd60742

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,9 +1142,9 @@ extern "C" LLVMMetadataRef LLVMRustDIBuilderCreateStaticMemberType(
11421142

11431143
extern "C" LLVMMetadataRef
11441144
LLVMRustDIBuilderCreateQualifiedType(LLVMDIBuilderRef Builder, unsigned Tag,
1145-
LLVMMetadataRef Type) {
1146-
return wrap(unwrap(Builder)->createQualifiedType(Tag,
1147-
unwrapDI<DIType>(Type)));
1145+
LLVMMetadataRef Type) {
1146+
return wrap(
1147+
unwrap(Builder)->createQualifiedType(Tag, unwrapDI<DIType>(Type)));
11481148
}
11491149

11501150
extern "C" LLVMMetadataRef
@@ -2043,4 +2043,4 @@ extern "C" LLVMValueRef LLVMConstStringInContext2(LLVMContextRef C,
20432043
return wrap(ConstantDataArray::getString(*unwrap(C), StringRef(Str, Length),
20442044
!DontNullTerminate));
20452045
}
2046-
#endif
2046+
#endif

0 commit comments

Comments
 (0)