Skip to content

Commit 6a189b9

Browse files
committed
Whitespace tidying.
1 parent a986094 commit 6a189b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/thread/linux_raw.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ struct Abi {
149149
canary: usize,
150150

151151
/// The address the thread pointer points to.
152-
#[cfg(any(target_arch = "aarch64", target_arch = "arm",))]
152+
#[cfg(any(target_arch = "aarch64", target_arch = "arm"))]
153153
thread_pointee: [u8; 0],
154154

155155
/// The ABI-exposed `dtv` field (though we don't yet implement dynamic

0 commit comments

Comments
 (0)