Skip to content

Commit 93d3c61

Browse files
committed
format c++
1 parent ad575d4 commit 93d3c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ static inline void AddAttributes(T *t, unsigned Index, LLVMAttributeRef *Attrs,
385385
}
386386

387387
extern "C" bool LLVMRustHasAttributeAtIndex(LLVMValueRef Fn, unsigned Index,
388-
LLVMRustAttributeKind RustAttr) {
388+
LLVMRustAttributeKind RustAttr) {
389389
Function *F = unwrap<Function>(Fn);
390390
return F->hasParamAttribute(Index, fromRust(RustAttr));
391391
}

0 commit comments

Comments
 (0)