From e8f014da57a50a24e426668ffb727159b0fdacb8 Mon Sep 17 00:00:00 2001 From: arcnmx Date: Mon, 25 Jan 2016 21:58:23 -0500 Subject: Fix an indent --- src/sys/statfs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sys') 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; -- cgit v1.2.3