Navigation Menu

Skip to content

Commit

Permalink
fixing more trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Huseby committed Feb 11, 2015
1 parent 1386ad4 commit 45165d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sys/unix/fs.rs
Expand Up @@ -297,7 +297,7 @@ fn mkstat(stat: &libc::stat) -> FileStat {
}
#[cfg(not(target_os = "bitrig"))]
fn ctime(stat: &libc::stat) -> u64 {
mktime(stat.st_ctime as u64, stat.st_ctime_nsec as u64)
mktime(stat.st_ctime as u64, stat.st_ctime_nsec as u64)
}

#[cfg(target_os = "bitrig")]
Expand Down

0 comments on commit 45165d0

Please sign in to comment.