fixing more trailing whitespace
This commit is contained in:
parent
1386ad489d
commit
45165d0ee9
1 changed files with 1 additions and 1 deletions
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue