Skip to content

Commit 6b412be

Browse files
committed
Wrap long line.
1 parent 274128c commit 6b412be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/comp/lib/llvm.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,8 @@ obj builder(BuilderRef B) {
10071007

10081008
fn InsertElement(ValueRef VecVal, ValueRef EltVal,
10091009
ValueRef Index) -> ValueRef {
1010-
ret llvm.LLVMBuildInsertElement(B, VecVal, EltVal, Index, _str.buf(""));
1010+
ret llvm.LLVMBuildInsertElement(B, VecVal, EltVal, Index,
1011+
_str.buf(""));
10111012
}
10121013

10131014
fn ShuffleVector(ValueRef V1, ValueRef V2, ValueRef Mask) -> ValueRef {

0 commit comments

Comments
 (0)