Skip to content

Commit

Permalink
Fix an indent
Browse files Browse the repository at this point in the history
  • Loading branch information
arcnmx committed Jan 26, 2016
1 parent 9df7dc1 commit e8f014d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys/statfs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::os::unix::io::AsRawFd;

pub mod vfs {
#[cfg(target_pointer_width = "32")]
pub mod hwdep {
pub mod hwdep {
use libc::{c_uint};
pub type FsType = c_uint;
pub type BlockSize = c_uint;
Expand Down

0 comments on commit e8f014d

Please sign in to comment.