Skip to content

Commit a81f45e

Browse files
committed
whitespace fix for previous
1 parent 6346e17 commit a81f45e

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,11 @@ s! {
177177
ptm_magic: ::c_uint,
178178
ptm_errorcheck: __cpu_simple_lock_t,
179179
#[cfg(any(target_arch = "sparc", target_arch = "sparc64",
180-
target_arch = "x86", target_arch = "x86_64"))]
180+
target_arch = "x86", target_arch = "x86_64"))]
181181
ptm_pad1: [u8; 3],
182182
ptm_interlock: __cpu_simple_lock_t,
183183
#[cfg(any(target_arch = "sparc", target_arch = "sparc64",
184-
target_arch = "x86", target_arch = "x86_64"))]
184+
target_arch = "x86", target_arch = "x86_64"))]
185185
ptm_pad2: [u8; 3],
186186
ptm_owner: ::pthread_t,
187187
ptm_waiters: *mut u8,

0 commit comments

Comments
 (0)