Skip to content

Commit 93b2f7c

Browse files
committed
Insert some blank lines.
After things that are immediately followed by a `use` declaration and look like they might apply to that `use` item but actually don't.
1 parent db0222e commit 93b2f7c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

std/src/sys/pal/sgx/thread.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![cfg_attr(test, allow(dead_code))] // why is this necessary?
2+
23
use super::abi::usercalls;
34
use super::unsupported;
45
use crate::ffi::CStr;

std/src/sys/pal/windows/net.rs

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pub mod netc {
2121
//!
2222
//! Some Windows API types are not quite what's expected by our cross-platform
2323
//! net code. E.g. naming differences or different pointer types.
24+
2425
use core::ffi::{c_char, c_int, c_uint, c_ulong, c_ushort, c_void};
2526

2627
use crate::sys::c::{self, ADDRESS_FAMILY, ADDRINFOA, SOCKADDR, SOCKET};

0 commit comments

Comments
 (0)