about summary refs log tree commit diff
path: root/src/comp/lib
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2011-11-16 14:28:15 -0800
committerNiko Matsakis <niko@alum.mit.edu>2011-11-16 15:27:49 -0800
commitc22ad0752f9bbe5dc8c9deae99a10b3fc5c8e1e3 (patch)
treeb74b2d5e9aefa4de673dfdf036151437fe4570bd /src/comp/lib
parent2b8cf89ba24f2a151b27ebf8341de74308350771 (diff)
downloadrust-c22ad0752f9bbe5dc8c9deae99a10b3fc5c8e1e3.tar.gz
rust-c22ad0752f9bbe5dc8c9deae99a10b3fc5c8e1e3.zip
wrap long line
Diffstat (limited to 'src/comp/lib')
-rw-r--r--src/comp/lib/llvm.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/comp/lib/llvm.rs b/src/comp/lib/llvm.rs
index 7010bc82f01..c9da469bc50 100644
--- a/src/comp/lib/llvm.rs
+++ b/src/comp/lib/llvm.rs
@@ -865,8 +865,8 @@ native mod llvm {
     fn LLVMRustParseBitcode(MemBuf: MemoryBufferRef) -> ModuleRef;
 
     /** FiXME: Hacky adaptor for lack of ULongLong in FFI: */
-    fn LLVMRustConstInt(IntTy: TypeRef, N_hi: uint, N_lo: uint, SignExtend: Bool) ->
-       ValueRef;
+    fn LLVMRustConstInt(IntTy: TypeRef, N_hi: uint, N_lo: uint,
+                        SignExtend: Bool) -> ValueRef;
 
     fn LLVMRustAddPrintModulePass(PM: PassManagerRef, M: ModuleRef,
                                   Output: sbuf);