Fix a long line
This commit is contained in:
parent
4039c04acb
commit
f3468d03a2
@ -1060,7 +1060,7 @@ type object_file = {llof: ObjectFileRef, dtor: @object_file_res};
|
||||
fn mk_object_file(llmb: MemoryBufferRef) -> option::t<object_file> {
|
||||
let llof = llvm::LLVMCreateObjectFile(llmb);
|
||||
if llof as int == 0 { ret option::none::<object_file>; }
|
||||
ret option::some::<object_file>({llof: llof, dtor: @object_file_res(llof)});
|
||||
ret option::some({llof: llof, dtor: @object_file_res(llof)});
|
||||
}
|
||||
|
||||
/* Memory-managed interface to section iterators. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user