Skip to content

Commit ea4ba47

Browse files
committed
Correct spacing.
1 parent 1a73b72 commit ea4ba47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ifaddrs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ impl fmt::Debug for InterfaceAddress {
3939
}
4040

4141
cfg_if! {
42-
if #[cfg(any(target_os = "emscripten", target_os = "fuchsia", target_os="linux"))] {
42+
if #[cfg(any(target_os = "emscripten", target_os = "fuchsia", target_os = "linux"))] {
4343
fn get_ifu_from_sockaddr(info: &libc::ifaddrs) -> *const libc::sockaddr {
4444
info.ifa_ifu
4545
}

0 commit comments

Comments
 (0)