about summary refs log tree commit diff
path: root/src/librustc_llvm/ffi.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_llvm/ffi.rs')
-rw-r--r--src/librustc_llvm/ffi.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_llvm/ffi.rs b/src/librustc_llvm/ffi.rs
index 6c9976ca3f8..bd24f7657e7 100644
--- a/src/librustc_llvm/ffi.rs
+++ b/src/librustc_llvm/ffi.rs
@@ -127,7 +127,7 @@ pub enum Attribute {
     ZExt            = 18,
     InReg           = 19,
     SanitizeThread  = 20,
-    SanitizeAddress  = 21,
+    SanitizeAddress = 21,
     SanitizeMemory  = 22,
 }