Skip to content

Commit 2d807ee

Browse files
committed
wrap a long line
1 parent 7924fcc commit 2d807ee

File tree

1 file changed

+2
-1
lines changed
  • src/unix/bsd/netbsdlike/netbsd

1 file changed

+2
-1
lines changed

src/unix/bsd/netbsdlike/netbsd/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ s! {
165165
#[cfg(any(target_arch = "sparc", target_arch = "sparc64",
166166
target_arch = "x86", target_arch = "x86_64"))]
167167
ptm_pad1: [u8; 3],
168-
ptm_unused: __pthread_spin_t, // actually a union with a non-unused, 0-initialized field
168+
// actually a union with a non-unused, 0-initialized field
169+
ptm_unused: __pthread_spin_t,
169170
#[cfg(any(target_arch = "sparc", target_arch = "sparc64",
170171
target_arch = "x86", target_arch = "x86_64"))]
171172
ptm_pad2: [u8; 3],

0 commit comments

Comments
 (0)