Skip to content

Commit e8f014d

Browse files
committed
Fix an indent
1 parent 9df7dc1 commit e8f014d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/statfs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use std::os::unix::io::AsRawFd;
44

55
pub mod vfs {
66
#[cfg(target_pointer_width = "32")]
7-
pub mod hwdep {
7+
pub mod hwdep {
88
use libc::{c_uint};
99
pub type FsType = c_uint;
1010
pub type BlockSize = c_uint;

0 commit comments

Comments
 (0)