about summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/net.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/sys/pal/windows/net.rs')
-rw-r--r--library/std/src/sys/pal/windows/net.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/sys/pal/windows/net.rs b/library/std/src/sys/pal/windows/net.rs
index e27fdb72256..ce995f5ed5a 100644
--- a/library/std/src/sys/pal/windows/net.rs
+++ b/library/std/src/sys/pal/windows/net.rs
@@ -21,6 +21,7 @@ pub mod netc {
     //!
     //! Some Windows API types are not quite what's expected by our cross-platform
     //! net code. E.g. naming differences or different pointer types.
+
     use core::ffi::{c_char, c_int, c_uint, c_ulong, c_ushort, c_void};
 
     use crate::sys::c::{self, ADDRESS_FAMILY, ADDRINFOA, SOCKADDR, SOCKET};