Skip to content

Commit a9a6ef1

Browse files
committed
rustfmt build.rs
1 parent d1a404c commit a9a6ef1

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

libc-test/build.rs

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,31 +1315,31 @@ fn test_android(target: &str) {
13151315

13161316
// Include linux headers at the end:
13171317
headers! { cfg:
1318-
"asm/mman.h",
1319-
"linux/dccp.h",
1320-
"linux/errqueue.h",
1321-
"linux/futex.h",
1322-
"linux/fs.h",
1323-
"linux/genetlink.h",
1324-
"linux/if_alg.h",
1325-
"linux/if_ether.h",
1326-
"linux/if_tun.h",
1327-
"linux/magic.h",
1328-
"linux/memfd.h",
1329-
"linux/module.h",
1330-
"linux/net_tstamp.h",
1331-
"linux/netfilter/nfnetlink.h",
1332-
"linux/netfilter/nfnetlink_log.h",
1333-
"linux/netfilter/nf_tables.h",
1334-
"linux/netfilter_ipv4.h",
1335-
"linux/netfilter_ipv6.h",
1336-
"linux/netlink.h",
1337-
"linux/quota.h",
1338-
"linux/reboot.h",
1339-
"linux/seccomp.h",
1340-
"linux/sockios.h",
1341-
1342-
}
1318+
"asm/mman.h",
1319+
"linux/dccp.h",
1320+
"linux/errqueue.h",
1321+
"linux/futex.h",
1322+
"linux/fs.h",
1323+
"linux/genetlink.h",
1324+
"linux/if_alg.h",
1325+
"linux/if_ether.h",
1326+
"linux/if_tun.h",
1327+
"linux/magic.h",
1328+
"linux/memfd.h",
1329+
"linux/module.h",
1330+
"linux/net_tstamp.h",
1331+
"linux/netfilter/nfnetlink.h",
1332+
"linux/netfilter/nfnetlink_log.h",
1333+
"linux/netfilter/nf_tables.h",
1334+
"linux/netfilter_ipv4.h",
1335+
"linux/netfilter_ipv6.h",
1336+
"linux/netlink.h",
1337+
"linux/quota.h",
1338+
"linux/reboot.h",
1339+
"linux/seccomp.h",
1340+
"linux/sockios.h",
1341+
1342+
}
13431343

13441344
cfg.type_name(move |ty, is_struct, is_union| {
13451345
match ty {

0 commit comments

Comments
 (0)