Fix style

This commit is contained in:
Jeremy Soller 2019-01-13 15:51:21 -07:00
parent 443b401dac
commit 3a5ec3f91e
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -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")] {