Skip to content

Commit c6fb0f3

Browse files
committed
Run rustfmt
1 parent 8c9563e commit c6fb0f3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

libc-test/build.rs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,9 +1567,13 @@ fn test_android(target: &str) {
15671567

15681568
// FIXME: Somehow we cannot find these fns on aarch64.
15691569
// https://github.com/rust-lang/libc/issues/1765
1570-
"lockf" | "preadv64" | "pwritev64" | "openpty" |
1571-
"forkpty" | "login_tty" | "getifaddrs" | "freeifaddrs" |
1572-
"sethostname" | "getgrgid_r" | "getgrnam_r" if aarch64 => true,
1570+
"lockf" | "preadv64" | "pwritev64" | "openpty" | "forkpty"
1571+
| "login_tty" | "getifaddrs" | "freeifaddrs" | "sethostname"
1572+
| "getgrgid_r" | "getgrnam_r"
1573+
if aarch64 =>
1574+
{
1575+
true
1576+
}
15731577

15741578
_ => false,
15751579
}

0 commit comments

Comments
 (0)