Skip to content

Commit 3a5ec3f

Browse files
committed
Fix style
1 parent 443b401 commit 3a5ec3f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/redox/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
pub type int8_t = i8;
32
pub type int16_t = i16;
43
pub type int32_t = i32;
@@ -183,7 +182,6 @@ pub const SIGSYS: ::c_int = 31;
183182
pub enum FILE {}
184183
pub enum fpos_t {} // TODO: fill this out with a struct
185184

186-
187185
// intentionally not public, only used for fd_set
188186
cfg_if! {
189187
if #[cfg(target_pointer_width = "32")] {

0 commit comments

Comments
 (0)