Skip to content

Commit 2449a0c

Browse files
committed
remove spurious empty line
1 parent 9ac8e07 commit 2449a0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sys/stat.rs

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ bitflags! {
5555
}
5656
}
5757

58-
5958
pub fn mknod<P: ?Sized + NixPath>(path: &P, kind: SFlag, perm: Mode, dev: dev_t) -> Result<()> {
6059
let res = try!(path.with_nix_path(|cstr| {
6160
unsafe {

0 commit comments

Comments
 (0)