diff --git a/src/redox/mod.rs b/src/redox/mod.rs
index d329514294fc270636498a95bdb32abe98890cbb..578ce6fa609293fe702b4600ea7f336b38d35676 100644
--- a/src/redox/mod.rs
+++ b/src/redox/mod.rs
@@ -1,4 +1,3 @@
-
 pub type int8_t = i8;
 pub type int16_t = i16;
 pub type int32_t = i32;
@@ -183,7 +182,6 @@ pub const SIGSYS:    ::c_int = 31;
 pub enum FILE {}
 pub enum fpos_t {} // TODO: fill this out with a struct
 
-
 // intentionally not public, only used for fd_set
 cfg_if! {
     if #[cfg(target_pointer_width = "32")] {