diff options
author | arcnmx <arcnmx@users.noreply.github.com> | 2016-01-25 21:58:23 -0500 |
---|---|---|
committer | arcnmx <arcnmx@users.noreply.github.com> | 2016-01-25 21:58:23 -0500 |
commit | e8f014da57a50a24e426668ffb727159b0fdacb8 (patch) | |
tree | aa99c247b45698a0850833800f0eac9ff74a5e78 /src | |
parent | 9df7dc1586e08cd9a22fa901e3d27456683bb927 (diff) | |
download | nix-e8f014da57a50a24e426668ffb727159b0fdacb8.zip |
Fix an indent
Diffstat (limited to 'src')
-rw-r--r-- | src/sys/statfs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/statfs.rs b/src/sys/statfs.rs index bd4233c8..63ee1ac4 100644 --- a/src/sys/statfs.rs +++ b/src/sys/statfs.rs @@ -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; |