Skip to content

Commit aa2dff4

Browse files
committed
Format os.rs
1 parent 86e94f5 commit aa2dff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vm/src/stdlib/os.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ pub fn rust_file(raw_fileno: i64) -> File {
4242
use std::os::windows::io::FromRawHandle;
4343

4444
//TODO: This is untested and (very) unsafe handling or
45-
//raw pointers - This should be patched urgently by
46-
//comparison to the cpython handling of the equivalent fileno
45+
//raw pointers - This should be patched urgently by
46+
//comparison to the cpython handling of the equivalent fileno
4747
//fields for windows
4848
unsafe { File::from_raw_handle(raw_fileno as *mut c_void) }
4949
}

0 commit comments

Comments
 (0)