diff options
Diffstat (limited to 'src/librustc/lib/llvm.rs')
| -rw-r--r-- | src/librustc/lib/llvm.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/lib/llvm.rs b/src/librustc/lib/llvm.rs index 1ce4108b3b5..7acd9545efd 100644 --- a/src/librustc/lib/llvm.rs +++ b/src/librustc/lib/llvm.rs @@ -2127,7 +2127,7 @@ pub mod llvm { AlignInBits: c_ulonglong, Flags: c_uint , Elements: ValueRef, - RunTimeLang : c_uint) -> ValueRef; + RunTimeLang: c_uint) -> ValueRef; } } |
