Skip to content

Commit 1f038a5

Browse files
gzGerd Zellweger
authored andcommitted
Break long line to make style check pass.
Signed-off-by: Gerd Zellweger <[email protected]>
1 parent 52b2015 commit 1f038a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/unix/notbsd/linux/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,8 @@ pub const SOF_TIMESTAMPING_OPT_STATS: ::c_uint = 1 << 12;
16961696
pub const SOF_TIMESTAMPING_OPT_PKTINFO: ::c_uint = 1 << 13;
16971697
pub const SOF_TIMESTAMPING_OPT_TX_SWHW: ::c_uint = 1 << 14;
16981698
pub const SOF_TIMESTAMPING_LAST: ::c_uint = SOF_TIMESTAMPING_OPT_TX_SWHW;
1699-
pub const SOF_TIMESTAMPING_MASK: ::c_uint = (SOF_TIMESTAMPING_LAST - 1) | SOF_TIMESTAMPING_LAST;
1699+
pub const SOF_TIMESTAMPING_MASK: ::c_uint = (SOF_TIMESTAMPING_LAST - 1)
1700+
| SOF_TIMESTAMPING_LAST;
17001701

17011702
f! {
17021703
pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () {

0 commit comments

Comments
 (0)