Skip to content

Commit fae3af5

Browse files
committed
fix style
1 parent 82e52e7 commit fae3af5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

libc-test/build.rs

+7-7
Original file line numberDiff line numberDiff line change
@@ -4304,13 +4304,13 @@ fn test_linux(target: &str) {
43044304

43054305
// FIXME(time): these change value when using 64-bit time on 32-bit
43064306
"F_GETLK"
4307-
|"SO_RCVTIMEO"
4308-
|"SO_SNDTIMEO"
4309-
|"SO_TIMESTAMP"
4310-
|"SO_TIMESTAMPNS"
4311-
|"SO_TIMESTAMPING"
4312-
|"SCM_TIMESTAMPNS"
4313-
|"SCM_TIMESTAMPING" if bit32 => true,
4307+
| "SO_RCVTIMEO"
4308+
| "SO_SNDTIMEO"
4309+
| "SO_TIMESTAMP"
4310+
| "SO_TIMESTAMPNS"
4311+
| "SO_TIMESTAMPING"
4312+
| "SCM_TIMESTAMPNS"
4313+
| "SCM_TIMESTAMPING" if bit32 => true,
43144314

43154315
_ => false,
43164316
}

0 commit comments

Comments
 (0)