Skip to content

Commit bca25a9

Browse files
committed
Fix style
1 parent dbe6d2e commit bca25a9

File tree

1 file changed

+4
-2
lines changed
  • src/unix/notbsd/linux/other

1 file changed

+4
-2
lines changed

src/unix/notbsd/linux/other/mod.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ s! {
4444

4545
#[cfg(any(target_arch = "aarch64",
4646
target_arch = "sparc64",
47-
all(target_pointer_width = "32", not(target_arch = "x86_64"))))]
47+
all(target_pointer_width = "32",
48+
not(target_arch = "x86_64"))))]
4849
pub ut_session: ::c_long,
4950
#[cfg(any(target_arch = "aarch64",
5051
target_arch = "sparc64",
@@ -53,7 +54,8 @@ s! {
5354

5455
#[cfg(not(any(target_arch = "aarch64",
5556
target_arch = "sparc64",
56-
all(target_pointer_width = "32", not(target_arch = "x86_64")))))]
57+
all(target_pointer_width = "32",
58+
not(target_arch = "x86_64")))))]
5759
pub ut_session: ::int32_t,
5860
#[cfg(not(any(target_arch = "aarch64",
5961
target_arch = "sparc64",

0 commit comments

Comments
 (0)