Skip to content

Commit 45165d0

Browse files
author
Dave Huseby
committed
fixing more trailing whitespace
1 parent 1386ad4 commit 45165d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sys/unix/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ fn mkstat(stat: &libc::stat) -> FileStat {
297297
}
298298
#[cfg(not(target_os = "bitrig"))]
299299
fn ctime(stat: &libc::stat) -> u64 {
300-
mktime(stat.st_ctime as u64, stat.st_ctime_nsec as u64)
300+
mktime(stat.st_ctime as u64, stat.st_ctime_nsec as u64)
301301
}
302302

303303
#[cfg(target_os = "bitrig")]

0 commit comments

Comments
 (0)