summaryrefslogtreecommitdiff
path: root/src/sys
diff options
context:
space:
mode:
authorarcnmx <arcnmx@users.noreply.github.com>2016-01-25 21:58:23 -0500
committerarcnmx <arcnmx@users.noreply.github.com>2016-01-25 21:58:23 -0500
commite8f014da57a50a24e426668ffb727159b0fdacb8 (patch)
treeaa99c247b45698a0850833800f0eac9ff74a5e78 /src/sys
parent9df7dc1586e08cd9a22fa901e3d27456683bb927 (diff)
downloadnix-e8f014da57a50a24e426668ffb727159b0fdacb8.zip
Fix an indent
Diffstat (limited to 'src/sys')
-rw-r--r--src/sys/statfs.rs2
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;