Skip to content

Commit 7e8c309

Browse files
committed
clangfmt
1 parent 548951a commit 7e8c309

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
@@ -2093,4 +2093,4 @@ extern "C" LLVMValueRef LLVMConstStringInContext2(LLVMContextRef C,
20932093
return wrap(ConstantDataArray::getString(*unwrap(C), StringRef(Str, Length),
20942094
!DontNullTerminate));
20952095
}
2096-
#endif
2096+
#endif

0 commit comments

Comments
 (0)