Skip to content

Commit fab4a56

Browse files
committed
Auto merge of #3300 - chenx97:macro-cosmetics, r=JohnTitor
style fix for in-macro code Since rustfmt ignores it
2 parents 9cbdd4d + ecff416 commit fab4a56

File tree

1 file changed

+3
-3
lines changed
  • src/unix/linux_like/linux/gnu

1 file changed

+3
-3
lines changed

src/unix/linux_like/linux/gnu/mod.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -958,9 +958,9 @@ pub const KEYCTL_SUPPORTS_DECRYPT: u32 = 0x02;
958958
pub const KEYCTL_SUPPORTS_SIGN: u32 = 0x04;
959959
pub const KEYCTL_SUPPORTS_VERIFY: u32 = 0x08;
960960
cfg_if! {
961-
if #[cfg(not(any(target_arch="mips",
962-
target_arch="mips32r6",
963-
target_arch="mips64",
961+
if #[cfg(not(any(target_arch = "mips",
962+
target_arch = "mips32r6",
963+
target_arch = "mips64",
964964
target_arch = "mips64r6")))] {
965965
pub const KEYCTL_MOVE: u32 = 30;
966966
pub const KEYCTL_CAPABILITIES: u32 = 31;

0 commit comments

Comments
 (0)