Skip to content

Commit 8ed5966

Browse files
committed
android: fixes style errors;
1 parent d160a59 commit 8ed5966

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/unix/notbsd/android/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,8 @@ pub const IFF_TAP: ::c_int = 0x0002;
10721072
pub const IFF_NO_PI: ::c_int = 0x1000;
10731073

10741074
// start android/platform/bionic/libc/kernel/uapi/linux/if_ether.h
1075-
// from https://android.googlesource.com/platform/bionic/+/master/libc/kernel/uapi/linux/if_ether.h
1075+
// from https://android.googlesource.com/
1076+
// platform/bionic/+/master/libc/kernel/uapi/linux/if_ether.h
10761077
pub const ETH_ALEN: ::c_int = 6;
10771078
pub const ETH_HLEN: ::c_int = 14;
10781079
pub const ETH_ZLEN: ::c_int = 60;

0 commit comments

Comments
 (0)