fixing more trailing whitespace

This commit is contained in:
Dave Huseby 2015-02-04 23:59:39 -08:00
parent 1386ad489d
commit 45165d0ee9

View file

@ -297,7 +297,7 @@ fn ctime(stat: &libc::stat) -> u64 {
}
#[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")]